blob: 0d01479ccc563eb133518052a69abad68b9750cb [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _ASM_POLL_H
2#define _ASM_POLL_H
3
Linus Torvalds1da177e2005-04-16 15:20:36 -07004#define POLLWRNORM POLLOUT
Linus Torvalds1da177e2005-04-16 15:20:36 -07005#define POLLWRBAND 256
Linus Torvalds1da177e2005-04-16 15:20:36 -07006
Stephen Rothwell04dd08b2007-05-10 22:22:40 -07007#include <asm-generic/poll.h>
8
9#undef POLLREMOVE
Linus Torvalds1da177e2005-04-16 15:20:36 -070010
11#endif
12