1 #ifndef __ASM_MIPS_POLL_H
2 #define __ASM_MIPS_POLL_H
10 #define POLLNVAL 0x0020
12 #define POLLRDNORM 0x0040
13 #define POLLRDBAND 0x0080
14 #define POLLWRNORM POLLOUT
15 #define POLLWRBAND 0x0100
17 /* XXX This one seems to be more-or-less nonstandard. */
18 #define POLLMSG 0x0400
26 #endif /* __ASM_MIPS_POLL_H */