allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / asm-h8300 / poll.h
blobf61540c22d943ec18fd7a2dcfb16a694c6e50f6d
1 #ifndef __H8300_POLL_H
2 #define __H8300_POLL_H
4 #define POLLWRNORM POLLOUT
5 #define POLLWRBAND 256
7 #include <asm-generic/poll.h>
9 #undef POLLREMOVE
11 #endif