blob: 89939ad0ab246450ec4eb23113bdb6ec22e01cc7 [file] [log] [blame]
Elliott Hughesdfc64182015-03-18 11:28:15 -07001/* Generated by ./xlat/gen.sh from ./xlat/evdev_ff_status.in; do not edit. */
2
3static const struct xlat evdev_ff_status[] = {
4#if defined(FF_STATUS_STOPPED) || (defined(HAVE_DECL_FF_STATUS_STOPPED) && HAVE_DECL_FF_STATUS_STOPPED)
5 XLAT(FF_STATUS_STOPPED),
6#endif
7#if defined(FF_STATUS_PLAYING) || (defined(HAVE_DECL_FF_STATUS_PLAYING) && HAVE_DECL_FF_STATUS_PLAYING)
8 XLAT(FF_STATUS_PLAYING),
9#endif
10 XLAT_END
11};