1 /* Generated by ./xlat/gen.sh from ./xlat/evdev_sync.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat evdev_sync in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat evdev_sync[] = {
11 #if defined(SYN_REPORT) || (defined(HAVE_DECL_SYN_REPORT) && HAVE_DECL_SYN_REPORT)
12   XLAT(SYN_REPORT),
13 #endif
14 #if defined(SYN_CONFIG) || (defined(HAVE_DECL_SYN_CONFIG) && HAVE_DECL_SYN_CONFIG)
15   XLAT(SYN_CONFIG),
16 #endif
17 #if defined(SYN_MT_REPORT) || (defined(HAVE_DECL_SYN_MT_REPORT) && HAVE_DECL_SYN_MT_REPORT)
18   XLAT(SYN_MT_REPORT),
19 #endif
20 #if defined(SYN_DROPPED) || (defined(HAVE_DECL_SYN_DROPPED) && HAVE_DECL_SYN_DROPPED)
21   XLAT(SYN_DROPPED),
22 #endif
23  XLAT_END
24 };
25 
26 #endif /* !IN_MPERS */
27