Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 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 | */ |
Christopher Ferris | 48af7cb | 2017-02-21 12:35:09 -0800 | [diff] [blame] | 7 | #ifndef _UAPI_LINUX_TIMERFD_H |
| 8 | #define _UAPI_LINUX_TIMERFD_H |
| 9 | #include <linux/types.h> |
| 10 | #include <linux/fcntl.h> |
Christopher Ferris | 48af7cb | 2017-02-21 12:35:09 -0800 | [diff] [blame] | 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 |
Christopher Ferris | 48af7cb | 2017-02-21 12:35:09 -0800 | [diff] [blame] | 15 | #define TFD_NONBLOCK O_NONBLOCK |
| 16 | #define TFD_IOC_SET_TICKS _IOW('T', 0, __u64) |
| 17 | #endif |