blob: c84d78e299783c7c15de388bed9e150835234842 [file] [log] [blame]
Elliott Hughesdfc64182015-03-18 11:28:15 -07001/* Generated by ./xlat/gen.sh from ./xlat/evdev_autorepeat.in; do not edit. */
2
3static const struct xlat evdev_autorepeat[] = {
4#if defined(REP_DELAY) || (defined(HAVE_DECL_REP_DELAY) && HAVE_DECL_REP_DELAY)
5 XLAT(REP_DELAY),
6#endif
7#if defined(REP_PERIOD) || (defined(HAVE_DECL_REP_PERIOD) && HAVE_DECL_REP_PERIOD)
8 XLAT(REP_PERIOD),
9#endif
10 XLAT_END
11};