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