Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1 | #ifndef __BFIN_POLL_H |
2 | #define __BFIN_POLL_H | ||||
3 | |||||
Mike Frysinger | 3be5646 | 2009-06-13 10:41:25 -0400 | [diff] [blame] | 4 | #define POLLWRNORM 4 /* POLLOUT */ |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 5 | #define POLLWRBAND 256 |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 6 | |
Mike Frysinger | 3be5646 | 2009-06-13 10:41:25 -0400 | [diff] [blame] | 7 | #include <asm-generic/poll.h> |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 8 | |
Mike Frysinger | 3be5646 | 2009-06-13 10:41:25 -0400 | [diff] [blame] | 9 | #endif |