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