blob: d090af70ca00a70276ceff930915eccfa1460d13 [file] [log] [blame]
Elliott Hughesdfc64182015-03-18 11:28:15 -07001/* Generated by ./xlat/gen.sh from ./xlat/evdev_snd.in; do not edit. */
2
3static const struct xlat evdev_snd[] = {
4#if defined(SND_CLICK) || (defined(HAVE_DECL_SND_CLICK) && HAVE_DECL_SND_CLICK)
5 XLAT(SND_CLICK),
6#endif
7#if defined(SND_BELL) || (defined(HAVE_DECL_SND_BELL) && HAVE_DECL_SND_BELL)
8 XLAT(SND_BELL),
9#endif
10#if defined(SND_TONE) || (defined(HAVE_DECL_SND_TONE) && HAVE_DECL_SND_TONE)
11 XLAT(SND_TONE),
12#endif
13 XLAT_END
14};