blob: f61540c22d943ec18fd7a2dcfb16a694c6e50f6d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef __H8300_POLL_H
2#define __H8300_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