1 /* Generated by ./xlat/gen.sh from ./xlat/kcmp_types.in; do not edit. */ 2 #if !(defined(KCMP_FILE) || (defined(HAVE_DECL_KCMP_FILE) && HAVE_DECL_KCMP_FILE)) 3 # define KCMP_FILE 0 4 #endif 5 #if !(defined(KCMP_VM) || (defined(HAVE_DECL_KCMP_VM) && HAVE_DECL_KCMP_VM)) 6 # define KCMP_VM 1 7 #endif 8 #if !(defined(KCMP_FILES) || (defined(HAVE_DECL_KCMP_FILES) && HAVE_DECL_KCMP_FILES)) 9 # define KCMP_FILES 2 10 #endif 11 #if !(defined(KCMP_FS) || (defined(HAVE_DECL_KCMP_FS) && HAVE_DECL_KCMP_FS)) 12 # define KCMP_FS 3 13 #endif 14 #if !(defined(KCMP_SIGHAND) || (defined(HAVE_DECL_KCMP_SIGHAND) && HAVE_DECL_KCMP_SIGHAND)) 15 # define KCMP_SIGHAND 4 16 #endif 17 #if !(defined(KCMP_IO) || (defined(HAVE_DECL_KCMP_IO) && HAVE_DECL_KCMP_IO)) 18 # define KCMP_IO 5 19 #endif 20 #if !(defined(KCMP_SYSVSEM) || (defined(HAVE_DECL_KCMP_SYSVSEM) && HAVE_DECL_KCMP_SYSVSEM)) 21 # define KCMP_SYSVSEM 6 22 #endif 23 #if !(defined(KCMP_EPOLL_TFD) || (defined(HAVE_DECL_KCMP_EPOLL_TFD) && HAVE_DECL_KCMP_EPOLL_TFD)) 24 # define KCMP_EPOLL_TFD 7 25 #endif 26 27 #ifdef IN_MPERS 28 29 # error static const struct xlat kcmp_types in mpers mode 30 31 #else 32 33 static 34 const struct xlat kcmp_types[] = { 35 XLAT(KCMP_FILE), 36 XLAT(KCMP_VM), 37 XLAT(KCMP_FILES), 38 XLAT(KCMP_FS), 39 XLAT(KCMP_SIGHAND), 40 XLAT(KCMP_IO), 41 XLAT(KCMP_SYSVSEM), 42 XLAT(KCMP_EPOLL_TFD), 43 XLAT_END 44 }; 45 46 #endif /* !IN_MPERS */ 47