1 /* Generated by ./xlat/gen.sh from ./xlat/evdev_snd.in; do not edit. */ 2 3 #ifdef IN_MPERS 4 5 # error static const struct xlat evdev_snd in mpers mode 6 7 #else 8 9 static 10 const struct xlat evdev_snd[] = { 11 #if defined(SND_CLICK) || (defined(HAVE_DECL_SND_CLICK) && HAVE_DECL_SND_CLICK) 12 XLAT(SND_CLICK), 13 #endif 14 #if defined(SND_BELL) || (defined(HAVE_DECL_SND_BELL) && HAVE_DECL_SND_BELL) 15 XLAT(SND_BELL), 16 #endif 17 #if defined(SND_TONE) || (defined(HAVE_DECL_SND_TONE) && HAVE_DECL_SND_TONE) 18 XLAT(SND_TONE), 19 #endif 20 XLAT_END 21 }; 22 23 #endif /* !IN_MPERS */ 24