Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/evdev_ff_status.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat evdev_ff_status in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat evdev_ff_status[] = {
     11 #if defined(FF_STATUS_STOPPED) || (defined(HAVE_DECL_FF_STATUS_STOPPED) && HAVE_DECL_FF_STATUS_STOPPED)
     12   XLAT(FF_STATUS_STOPPED),
     13 #endif
     14 #if defined(FF_STATUS_PLAYING) || (defined(HAVE_DECL_FF_STATUS_PLAYING) && HAVE_DECL_FF_STATUS_PLAYING)
     15   XLAT(FF_STATUS_PLAYING),
     16 #endif
     17  XLAT_END
     18 };
     19 
     20 #endif /* !IN_MPERS */
     21