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 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | #define POLLWRBAND 256 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | |
Stephen Rothwell | 04dd08b | 2007-05-10 22:22:40 -0700 | [diff] [blame] | 7 | #include <asm-generic/poll.h> |
8 | |||||
9 | #undef POLLREMOVE | ||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | |
11 | #endif | ||||
12 |