1/* Generated by ./xlat/gen.sh from ./xlat/evdev_sync.in; do not edit. */
2
3static const struct xlat evdev_sync[] = {
4#if defined(SYN_REPORT) || (defined(HAVE_DECL_SYN_REPORT) && HAVE_DECL_SYN_REPORT)
5 XLAT(SYN_REPORT),
6#endif
7#if defined(SYN_CONFIG) || (defined(HAVE_DECL_SYN_CONFIG) && HAVE_DECL_SYN_CONFIG)
8 XLAT(SYN_CONFIG),
9#endif
10#if defined(SYN_MT_REPORT) || (defined(HAVE_DECL_SYN_MT_REPORT) && HAVE_DECL_SYN_MT_REPORT)
11 XLAT(SYN_MT_REPORT),
12#endif
13#if defined(SYN_DROPPED) || (defined(HAVE_DECL_SYN_DROPPED) && HAVE_DECL_SYN_DROPPED)
14 XLAT(SYN_DROPPED),
15#endif
16 XLAT_END
17};
18