• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/evdev_misc.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 extern const struct xlat evdev_misc[];
6 
7 #else
8 
9 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
10 static
11 # endif
12 const struct xlat evdev_misc[] = {
13 #if defined(MSC_SERIAL) || (defined(HAVE_DECL_MSC_SERIAL) && HAVE_DECL_MSC_SERIAL)
14   XLAT(MSC_SERIAL),
15 #endif
16 #if defined(MSC_PULSELED) || (defined(HAVE_DECL_MSC_PULSELED) && HAVE_DECL_MSC_PULSELED)
17   XLAT(MSC_PULSELED),
18 #endif
19 #if defined(MSC_GESTURE) || (defined(HAVE_DECL_MSC_GESTURE) && HAVE_DECL_MSC_GESTURE)
20   XLAT(MSC_GESTURE),
21 #endif
22 #if defined(MSC_RAW) || (defined(HAVE_DECL_MSC_RAW) && HAVE_DECL_MSC_RAW)
23   XLAT(MSC_RAW),
24 #endif
25 #if defined(MSC_SCAN) || (defined(HAVE_DECL_MSC_SCAN) && HAVE_DECL_MSC_SCAN)
26   XLAT(MSC_SCAN),
27 #endif
28 #if defined(MSC_TIMESTAMP) || (defined(HAVE_DECL_MSC_TIMESTAMP) && HAVE_DECL_MSC_TIMESTAMP)
29   XLAT(MSC_TIMESTAMP),
30 #endif
31  XLAT_END
32 };
33 
34 #endif /* !IN_MPERS */
35