• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef _UAPI_LINUX_EVENTFD_H
8 #define _UAPI_LINUX_EVENTFD_H
9 #include <linux/fcntl.h>
10 #define EFD_SEMAPHORE (1 << 0)
11 #define EFD_CLOEXEC O_CLOEXEC
12 #define EFD_NONBLOCK O_NONBLOCK
13 #endif
14