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