23 lines
543 B
C
23 lines
543 B
C
/* Generated by ./xlat/gen.sh from ./xlat/evdev_snd.in; do not edit. */
|
|
|
|
#ifdef IN_MPERS
|
|
|
|
# error static const struct xlat evdev_snd in mpers mode
|
|
|
|
#else
|
|
|
|
static
|
|
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 */
|