blob: 107bb1a348122e5bfa45054ece1edc2f28315137 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/evdev_ff_status.in; do not edit. */
#ifdef IN_MPERS
# error static const struct xlat evdev_ff_status in mpers mode
#else
static
const struct xlat evdev_ff_status[] = {
#if defined(FF_STATUS_STOPPED) || (defined(HAVE_DECL_FF_STATUS_STOPPED) && HAVE_DECL_FF_STATUS_STOPPED)
XLAT(FF_STATUS_STOPPED),
#endif
#if defined(FF_STATUS_PLAYING) || (defined(HAVE_DECL_FF_STATUS_PLAYING) && HAVE_DECL_FF_STATUS_PLAYING)
XLAT(FF_STATUS_PLAYING),
#endif
XLAT_END
};
#endif /* !IN_MPERS */