Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 572d2a2b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "epoll: Drop struct epoll_event definition"

parents 08f94873 ee72b5e9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@
#define EPOLL_PACKED
#endif

#ifdef __KERNEL__
struct epoll_event {
	__u32 events;
	__u64 data;
@@ -73,4 +74,5 @@ static inline void ep_take_care_of_epollwakeup(struct epoll_event *epev)
	epev->events &= ~EPOLLWAKEUP;
}
#endif
#endif /* __KERNEL__ */
#endif /* _UAPI_LINUX_EVENTPOLL_H */