aboutsummaryrefslogtreecommitdiff
path: root/hw/audiodev.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/audiodev.h')
-rw-r--r--hw/audiodev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/audiodev.h b/hw/audiodev.h
index 18cdf67084..3c02f19ff9 100644
--- a/hw/audiodev.h
+++ b/hw/audiodev.h
@@ -10,3 +10,5 @@ int Adlib_init (AudioState *s, qemu_irq *pic);
/* gus.c */
int GUS_init (AudioState *s, qemu_irq *pic);
+/* ac97.c */
+int ac97_init (PCIBus *buf, AudioState *s);