poll.h 150 B

12345678910111213
  1. #ifndef _ASM_POLL_H
  2. #define _ASM_POLL_H
  3. #define POLLWRNORM POLLOUT
  4. #define POLLWRBAND 256
  5. #include <asm-generic/poll.h>
  6. #undef POLLREMOVE
  7. #endif