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_KCMP_H 8 #define _UAPI_LINUX_KCMP_H 9 #include <linux/types.h> 10 enum kcmp_type { 11 KCMP_FILE, 12 KCMP_VM, 13 KCMP_FILES, 14 KCMP_FS, 15 KCMP_SIGHAND, 16 KCMP_IO, 17 KCMP_SYSVSEM, 18 KCMP_EPOLL_TFD, 19 KCMP_TYPES, 20 }; 21 struct kcmp_epoll_slot { 22 __u32 efd; 23 __u32 tfd; 24 __u32 toff; 25 }; 26 #endif 27