poll.h 154 B

123456789
  1. #ifndef __ASM_POLL_H
  2. #define __ASM_POLL_H
  3. #define POLLWRNORM POLLOUT
  4. #define POLLWRBAND 0x0100
  5. #include <asm-generic/poll.h>
  6. #endif /* __ASM_POLL_H */