define __poll_t, annotate constants
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
#define __SPARC_POLL_H
|
||||
|
||||
#define POLLWRNORM POLLOUT
|
||||
#define POLLWRBAND 256
|
||||
#define POLLMSG 512
|
||||
#define POLLREMOVE 1024
|
||||
#define POLLRDHUP 2048
|
||||
#define POLLWRBAND (__force __poll_t)256
|
||||
#define POLLMSG (__force __poll_t)512
|
||||
#define POLLREMOVE (__force __poll_t)1024
|
||||
#define POLLRDHUP (__force __poll_t)2048
|
||||
|
||||
#include <asm-generic/poll.h>
|
||||
|
||||
|
Reference in New Issue
Block a user