poll.h 142 B

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