1 #ifndef __V850_POLL_H__
2 #define __V850_POLL_H__
9 #define POLLNVAL 0x0020
10 #define POLLRDNORM 0x0040
11 #define POLLWRNORM POLLOUT
12 #define POLLRDBAND 0x0080
13 #define POLLWRBAND 0x0100
14 #define POLLMSG 0x0400
15 #define POLLREMOVE 0x1000
16 #define POLLRDHUP 0x2000
24 #endif /* __V850_POLL_H__ */