]> err.no Git - linux-2.6/blobdiff - include/asm-alpha/poll.h
[TCP]: Add two new spurious RTO responses to FRTO
[linux-2.6] / include / asm-alpha / poll.h
index 34f333b762a04b57e244ff0b2f9b2fe34df510c6..76f89356b6a759d82e69ee6d15148c0b03098b39 100644 (file)
@@ -12,7 +12,9 @@
 #define POLLWRNORM     (1 << 8)
 #define POLLWRBAND     (1 << 9)
 #define POLLMSG                (1 << 10)
-#define POLLREMOVE     (1 << 11)
+#define POLLREMOVE     (1 << 12)
+#define POLLRDHUP       (1 << 13)
+
 
 struct pollfd {
        int fd;