Greg Kroah-Hartman | 6f52b16 | 2017-11-01 15:08:43 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | #ifndef __SPARC_POLL_H |
| 3 | #define __SPARC_POLL_H |
| 4 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | #define POLLWRNORM POLLOUT |
Al Viro | 7a163b2 | 2018-02-01 15:13:18 -0500 | [diff] [blame] | 6 | #define POLLWRBAND 256 |
| 7 | #define POLLMSG 512 |
| 8 | #define POLLREMOVE 1024 |
| 9 | #define POLLRDHUP 2048 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | |
Stephen Rothwell | 04dd08b | 2007-05-10 22:22:40 -0700 | [diff] [blame] | 11 | #include <asm-generic/poll.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | |
| 13 | #endif |