aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/poll.h')
-rw-r--r--include/asm-mips/poll.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/poll.h b/include/asm-mips/poll.h
index a000f1f789e3..70881f8c5c50 100644
--- a/include/asm-mips/poll.h
+++ b/include/asm-mips/poll.h
@@ -17,6 +17,7 @@
17/* These seem to be more or less nonstandard ... */ 17/* These seem to be more or less nonstandard ... */
18#define POLLMSG 0x0400 18#define POLLMSG 0x0400
19#define POLLREMOVE 0x1000 19#define POLLREMOVE 0x1000
20#define POLLRDHUP 0x2000
20 21
21struct pollfd { 22struct pollfd {
22 int fd; 23 int fd;