X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-frv%2Fpoll.h;h=0d01479ccc563eb133518052a69abad68b9750cb;hb=a263898f628dd21e59210b547986c154788f628e;hp=c8fe8801d075819c3e069e720e7806604d6ea8b5;hpb=3661f00e2097676847deb01add1a0918044bd816;p=linux-2.6 diff --git a/include/asm-frv/poll.h b/include/asm-frv/poll.h index c8fe8801d0..0d01479ccc 100644 --- a/include/asm-frv/poll.h +++ b/include/asm-frv/poll.h @@ -1,24 +1,12 @@ #ifndef _ASM_POLL_H #define _ASM_POLL_H -#define POLLIN 1 -#define POLLPRI 2 -#define POLLOUT 4 -#define POLLERR 8 -#define POLLHUP 16 -#define POLLNVAL 32 -#define POLLRDNORM 64 #define POLLWRNORM POLLOUT -#define POLLRDBAND 128 #define POLLWRBAND 256 -#define POLLMSG 0x0400 -#define POLLRDHUP 0x2000 -struct pollfd { - int fd; - short events; - short revents; -}; +#include + +#undef POLLREMOVE #endif