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