blob: d06a02b354feb0b5f5a8a969a46b6e10f70e0925 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/evdev_autorepeat.in; do not edit. */
#ifdef IN_MPERS
# error static const struct xlat evdev_autorepeat in mpers mode
#else
static
const struct xlat evdev_autorepeat[] = {
#if defined(REP_DELAY) || (defined(HAVE_DECL_REP_DELAY) && HAVE_DECL_REP_DELAY)
XLAT(REP_DELAY),
#endif
#if defined(REP_PERIOD) || (defined(HAVE_DECL_REP_PERIOD) && HAVE_DECL_REP_PERIOD)
XLAT(REP_PERIOD),
#endif
XLAT_END
};
#endif /* !IN_MPERS */