xref: /openbmc/linux/arch/sparc/include/uapi/asm/poll.h (revision 680ef72a)
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __SPARC_POLL_H
3 #define __SPARC_POLL_H
4 
5 #define POLLWRNORM	POLLOUT
6 #define POLLWRBAND	(__force __poll_t)256
7 #define POLLMSG		(__force __poll_t)512
8 #define POLLREMOVE	(__force __poll_t)1024
9 #define POLLRDHUP       (__force __poll_t)2048
10 
11 #include <asm-generic/poll.h>
12 
13 #endif
14