blob: 89939ad0ab246450ec4eb23113bdb6ec22e01cc7 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/evdev_ff_status.in; do not edit. */
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
};