C++程序  |  26行  |  590 B

/* Generated by ./xlat/gen.sh from ./xlat/evdev_snd.in; do not edit. */

#ifdef IN_MPERS

extern const struct xlat evdev_snd[];

#else

# if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
static
# endif
const struct xlat evdev_snd[] = {
#if defined(SND_CLICK) || (defined(HAVE_DECL_SND_CLICK) && HAVE_DECL_SND_CLICK)
  XLAT(SND_CLICK),
#endif
#if defined(SND_BELL) || (defined(HAVE_DECL_SND_BELL) && HAVE_DECL_SND_BELL)
  XLAT(SND_BELL),
#endif
#if defined(SND_TONE) || (defined(HAVE_DECL_SND_TONE) && HAVE_DECL_SND_TONE)
  XLAT(SND_TONE),
#endif
 XLAT_END
};

#endif /* !IN_MPERS */