]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc/poll.h
[MIPS] rbtx4927: misc cleanups
[linux-2.6-omap-h63xx.git] / include / asm-sparc / poll.h
index 3ddcc6481f0973d3441c7a18605e843fbfcf4a8f..091d3ad2e83017f4606d2a0371949fc929b19bda 100644 (file)
@@ -1,23 +1,12 @@
 #ifndef __SPARC_POLL_H
 #define __SPARC_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                512
 #define POLLREMOVE     1024
+#define POLLRDHUP       2048
 
-struct pollfd {
-       int fd;
-       short events;
-       short revents;
-};
+#include <asm-generic/poll.h>
 
 #endif