1 /* Generated by ./xlat/gen.sh from ./xlat/evdev_sync.in; do not edit. */ 2 3 #ifdef IN_MPERS 4 5 extern const struct xlat evdev_sync[]; 6 7 #else 8 9 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS) 10 static 11 # endif 12 const struct xlat evdev_sync[] = { 13 #if defined(SYN_REPORT) || (defined(HAVE_DECL_SYN_REPORT) && HAVE_DECL_SYN_REPORT) 14 XLAT(SYN_REPORT), 15 #endif 16 #if defined(SYN_CONFIG) || (defined(HAVE_DECL_SYN_CONFIG) && HAVE_DECL_SYN_CONFIG) 17 XLAT(SYN_CONFIG), 18 #endif 19 #if defined(SYN_MT_REPORT) || (defined(HAVE_DECL_SYN_MT_REPORT) && HAVE_DECL_SYN_MT_REPORT) 20 XLAT(SYN_MT_REPORT), 21 #endif 22 #if defined(SYN_DROPPED) || (defined(HAVE_DECL_SYN_DROPPED) && HAVE_DECL_SYN_DROPPED) 23 XLAT(SYN_DROPPED), 24 #endif 25 XLAT_END 26 }; 27 28 #endif /* !IN_MPERS */ 29