]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-frv/poll.h
blackfin: types: use <asm-generic/int-*.h> for the blackfin architecture
[linux-2.6-omap-h63xx.git] / include / asm-frv / poll.h
index 8cbcd60e334fb293224789b2e8f753bc0730122e..0d01479ccc563eb133518052a69abad68b9750cb 100644 (file)
@@ -1,23 +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
 
-struct pollfd {
-       int fd;
-       short events;
-       short revents;
-};
+#include <asm-generic/poll.h>
+
+#undef POLLREMOVE
 
 #endif