Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/evdev_prop.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 extern const struct xlat evdev_prop[];
      6 
      7 #else
      8 
      9 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
     10 static
     11 # endif
     12 const struct xlat evdev_prop[] = {
     13 #if defined(INPUT_PROP_POINTER) || (defined(HAVE_DECL_INPUT_PROP_POINTER) && HAVE_DECL_INPUT_PROP_POINTER)
     14   XLAT(INPUT_PROP_POINTER),
     15 #endif
     16 #if defined(INPUT_PROP_DIRECT) || (defined(HAVE_DECL_INPUT_PROP_DIRECT) && HAVE_DECL_INPUT_PROP_DIRECT)
     17   XLAT(INPUT_PROP_DIRECT),
     18 #endif
     19 #if defined(INPUT_PROP_BUTTONPAD) || (defined(HAVE_DECL_INPUT_PROP_BUTTONPAD) && HAVE_DECL_INPUT_PROP_BUTTONPAD)
     20   XLAT(INPUT_PROP_BUTTONPAD),
     21 #endif
     22 #if defined(INPUT_PROP_SEMI_MT) || (defined(HAVE_DECL_INPUT_PROP_SEMI_MT) && HAVE_DECL_INPUT_PROP_SEMI_MT)
     23   XLAT(INPUT_PROP_SEMI_MT),
     24 #endif
     25 #if defined(INPUT_PROP_TOPBUTTONPAD) || (defined(HAVE_DECL_INPUT_PROP_TOPBUTTONPAD) && HAVE_DECL_INPUT_PROP_TOPBUTTONPAD)
     26   XLAT(INPUT_PROP_TOPBUTTONPAD),
     27 #endif
     28 #if defined(INPUT_PROP_POINTING_STICK) || (defined(HAVE_DECL_INPUT_PROP_POINTING_STICK) && HAVE_DECL_INPUT_PROP_POINTING_STICK)
     29   XLAT(INPUT_PROP_POINTING_STICK),
     30 #endif
     31 #if defined(INPUT_PROP_ACCELEROMETER) || (defined(HAVE_DECL_INPUT_PROP_ACCELEROMETER) && HAVE_DECL_INPUT_PROP_ACCELEROMETER)
     32   XLAT(INPUT_PROP_ACCELEROMETER),
     33 #endif
     34  XLAT_END
     35 };
     36 
     37 #endif /* !IN_MPERS */
     38