Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/evdev_ev.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat evdev_ev in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat evdev_ev[] = {
     11 #if defined(EV_SYN) || (defined(HAVE_DECL_EV_SYN) && HAVE_DECL_EV_SYN)
     12   XLAT(EV_SYN),
     13 #endif
     14 #if defined(EV_KEY) || (defined(HAVE_DECL_EV_KEY) && HAVE_DECL_EV_KEY)
     15   XLAT(EV_KEY),
     16 #endif
     17 #if defined(EV_REL) || (defined(HAVE_DECL_EV_REL) && HAVE_DECL_EV_REL)
     18   XLAT(EV_REL),
     19 #endif
     20 #if defined(EV_ABS) || (defined(HAVE_DECL_EV_ABS) && HAVE_DECL_EV_ABS)
     21   XLAT(EV_ABS),
     22 #endif
     23 #if defined(EV_MSC) || (defined(HAVE_DECL_EV_MSC) && HAVE_DECL_EV_MSC)
     24   XLAT(EV_MSC),
     25 #endif
     26 #if defined(EV_SW) || (defined(HAVE_DECL_EV_SW) && HAVE_DECL_EV_SW)
     27   XLAT(EV_SW),
     28 #endif
     29 #if defined(EV_LED) || (defined(HAVE_DECL_EV_LED) && HAVE_DECL_EV_LED)
     30   XLAT(EV_LED),
     31 #endif
     32 #if defined(EV_SND) || (defined(HAVE_DECL_EV_SND) && HAVE_DECL_EV_SND)
     33   XLAT(EV_SND),
     34 #endif
     35 #if defined(EV_REP) || (defined(HAVE_DECL_EV_REP) && HAVE_DECL_EV_REP)
     36   XLAT(EV_REP),
     37 #endif
     38 #if defined(EV_FF) || (defined(HAVE_DECL_EV_FF) && HAVE_DECL_EV_FF)
     39   XLAT(EV_FF),
     40 #endif
     41 #if defined(EV_PWR) || (defined(HAVE_DECL_EV_PWR) && HAVE_DECL_EV_PWR)
     42   XLAT(EV_PWR),
     43 #endif
     44 #if defined(EV_FF_STATUS) || (defined(HAVE_DECL_EV_FF_STATUS) && HAVE_DECL_EV_FF_STATUS)
     45   XLAT(EV_FF_STATUS),
     46 #endif
     47  XLAT_END
     48 };
     49 
     50 #endif /* !IN_MPERS */
     51