Pull one more egcs 1.1.2 workaround.
[linux-2.6/linux-mips.git] / sound / oss / audio_syms.c
blobe06dea9be06a76e98f37aca5fbf262c9089d1637
1 /*
2 * Exported symbols for audio driver.
3 * __NO_VERSION__ because this is still part of sound.o.
4 */
6 #define __NO_VERSION__
7 #include <linux/module.h>
9 char audio_syms_symbol;
11 #include "sound_config.h"
12 #include "sound_calls.h"
14 EXPORT_SYMBOL(DMAbuf_start_dma);
15 EXPORT_SYMBOL(DMAbuf_open_dma);
16 EXPORT_SYMBOL(DMAbuf_close_dma);
17 EXPORT_SYMBOL(DMAbuf_inputintr);
18 EXPORT_SYMBOL(DMAbuf_outputintr);
19 EXPORT_SYMBOL(dma_ioctl);
20 EXPORT_SYMBOL(audio_open);
21 EXPORT_SYMBOL(audio_release);