Blame view

kernel/linux-rt-4.4.41/arch/blackfin/include/uapi/asm/poll.h 272 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  /*
   * Copyright 2004-2009 Analog Devices Inc.
   *
   * Licensed under the GPL-2 or later.
   *
   */
  
  #ifndef _UAPI__BFIN_POLL_H
  #define _UAPI__BFIN_POLL_H
  
  #define POLLWRNORM	4 /* POLLOUT */
  #define POLLWRBAND	256
  
  #include <asm-generic/poll.h>
  
  #endif /* _UAPI__BFIN_POLL_H */