Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef __ASM_POLL_H |
2 | #define __ASM_POLL_H | ||||
3 | |||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | #define POLLWRNORM POLLOUT |
5 | #define POLLWRBAND 0x0100 | ||||
6 | |||||
Stephen Rothwell | 04dd08b | 2007-05-10 22:22:40 -0700 | [diff] [blame^] | 7 | #include <asm-generic/poll.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
9 | #endif /* __ASM_POLL_H */ |