define __poll_t, annotate constants
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#define __ASM_POLL_H
|
||||
|
||||
#define POLLWRNORM POLLOUT
|
||||
#define POLLWRBAND 0x0100
|
||||
#define POLLWRBAND (__force __poll_t)0x0100
|
||||
|
||||
#include <asm-generic/poll.h>
|
||||
|
||||
|
Reference in New Issue
Block a user