Add qemu 2.4.0
[kvmfornfv.git] / qemu / include / hw / audio / audio.h
1 #ifndef HW_AUDIODEV_H
2 #define HW_AUDIODEV_H 1
3
4 void isa_register_soundhw(const char *name, const char *descr,
5                           int (*init_isa)(ISABus *bus));
6
7 void pci_register_soundhw(const char *name, const char *descr,
8                           int (*init_pci)(PCIBus *bus));
9
10 #endif