poll.h 163 B

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