poll.h 155 B

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