Changeset 615 for GPL/branches/uniaud32-next/include/linux/poll.h
- Timestamp:
- Jan 1, 2021, 5:31:48 AM (5 years ago)
- Location:
- GPL/branches/uniaud32-next
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/poll.h
r32 r615 81 81 #endif /* KERNEL */ 82 82 83 /* Epoll event masks */ 84 #define EPOLLIN (__force __poll_t)0x00000001 85 #define EPOLLPRI (__force __poll_t)0x00000002 86 #define EPOLLOUT (__force __poll_t)0x00000004 87 #define EPOLLERR (__force __poll_t)0x00000008 88 #define EPOLLHUP (__force __poll_t)0x00000010 89 #define EPOLLNVAL (__force __poll_t)0x00000020 90 #define EPOLLRDNORM (__force __poll_t)0x00000040 91 #define EPOLLRDBAND (__force __poll_t)0x00000080 92 #define EPOLLWRNORM (__force __poll_t)0x00000100 93 #define EPOLLWRBAND (__force __poll_t)0x00000200 94 #define EPOLLMSG (__force __poll_t)0x00000400 95 #define EPOLLRDHUP (__force __poll_t)0x00002000 96 83 97 #endif /* _LINUX_POLL_H */
Note:
See TracChangeset
for help on using the changeset viewer.