1 /* Generated by ./xlat/gen.sh from ./xlat/evdev_autorepeat.in; do not edit. */ 2 3 #ifdef IN_MPERS 4 5 # error static const struct xlat evdev_autorepeat in mpers mode 6 7 #else 8 9 static 10 const struct xlat evdev_autorepeat[] = { 11 #if defined(REP_DELAY) || (defined(HAVE_DECL_REP_DELAY) && HAVE_DECL_REP_DELAY) 12 XLAT(REP_DELAY), 13 #endif 14 #if defined(REP_PERIOD) || (defined(HAVE_DECL_REP_PERIOD) && HAVE_DECL_REP_PERIOD) 15 XLAT(REP_PERIOD), 16 #endif 17 XLAT_END 18 }; 19 20 #endif /* !IN_MPERS */ 21