1*cda5da8dSAndroid Build Coastguard Worker /* 2*cda5da8dSAndroid Build Coastguard Worker * This file is auto-generated. Modifications will be lost. 3*cda5da8dSAndroid Build Coastguard Worker * 4*cda5da8dSAndroid Build Coastguard Worker * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5*cda5da8dSAndroid Build Coastguard Worker * for more information. 6*cda5da8dSAndroid Build Coastguard Worker */ 7*cda5da8dSAndroid Build Coastguard Worker #ifndef _UAPI_LINUX_KCMP_H 8*cda5da8dSAndroid Build Coastguard Worker #define _UAPI_LINUX_KCMP_H 9*cda5da8dSAndroid Build Coastguard Worker #include <linux/types.h> 10*cda5da8dSAndroid Build Coastguard Worker enum kcmp_type { 11*cda5da8dSAndroid Build Coastguard Worker KCMP_FILE, 12*cda5da8dSAndroid Build Coastguard Worker KCMP_VM, 13*cda5da8dSAndroid Build Coastguard Worker KCMP_FILES, 14*cda5da8dSAndroid Build Coastguard Worker KCMP_FS, 15*cda5da8dSAndroid Build Coastguard Worker KCMP_SIGHAND, 16*cda5da8dSAndroid Build Coastguard Worker KCMP_IO, 17*cda5da8dSAndroid Build Coastguard Worker KCMP_SYSVSEM, 18*cda5da8dSAndroid Build Coastguard Worker KCMP_EPOLL_TFD, 19*cda5da8dSAndroid Build Coastguard Worker KCMP_TYPES, 20*cda5da8dSAndroid Build Coastguard Worker }; 21*cda5da8dSAndroid Build Coastguard Worker struct kcmp_epoll_slot { 22*cda5da8dSAndroid Build Coastguard Worker __u32 efd; 23*cda5da8dSAndroid Build Coastguard Worker __u32 tfd; 24*cda5da8dSAndroid Build Coastguard Worker __u32 toff; 25*cda5da8dSAndroid Build Coastguard Worker }; 26*cda5da8dSAndroid Build Coastguard Worker #endif 27