]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc64/poll.h
sparc: Merge asm-sparc{,64}/mman.h
[linux-2.6-omap-h63xx.git] / include / asm-sparc64 / poll.h
index ab6b0d1bb4adb6c0d2b1599fc951e5a5b7399896..8e2f31b4641ac6bc6082ea3a5c0787863658395c 100644 (file)
@@ -1,24 +1 @@
-#ifndef __SPARC64_POLL_H
-#define __SPARC64_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;
-};
-
-#endif
+#include <asm-sparc/poll.h>