patch-2.1.23 linux/include/asm-alpha/poll.h
Next file: linux/include/asm-alpha/processor.h
Previous file: linux/include/asm-alpha/namei.h
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Thu Jan 23 21:01:28 1997
- Orig file:
v2.1.22/linux/include/asm-alpha/poll.h
- Orig date:
Thu Jan 1 02:00:00 1970
diff -u --recursive --new-file v2.1.22/linux/include/asm-alpha/poll.h linux/include/asm-alpha/poll.h
@@ -0,0 +1,22 @@
+#ifndef __ALPHA_POLL_H
+#define __ALPHA_POLL_H
+
+#define POLLIN 1
+#define POLLPRI 2
+#define POLLOUT 4
+#define POLLERR 8
+#define POLLHUP 16
+#define POLLNVAL 32
+#define POLLRDNORM 64
+#define POLLRDBAND 128
+#define POLLWRNORM 256
+#define POLLWRBAND 512
+#define POLLMSG 1024
+
+struct pollfd {
+ int fd;
+ short events;
+ short revents;
+};
+
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov