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_TIMERFD_H 8 #define _UAPI_LINUX_TIMERFD_H 9 #include <linux/types.h> 10 #include <linux/fcntl.h> 11 #include <linux/ioctl.h> 12 #define TFD_TIMER_ABSTIME (1 << 0) 13 #define TFD_TIMER_CANCEL_ON_SET (1 << 1) 14 #define TFD_CLOEXEC O_CLOEXEC 15 #define TFD_NONBLOCK O_NONBLOCK 16 #define TFD_IOC_SET_TICKS _IOW('T', 0, __u64) 17 #endif 18