]> Git Repo - qemu.git/blob - include/hw/audio/soundhw.h
audio: add deprecated_register_soundhw
[qemu.git] / include / hw / audio / soundhw.h
1 #ifndef HW_SOUNDHW_H
2 #define HW_SOUNDHW_H
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 void deprecated_register_soundhw(const char *name, const char *descr,
10                                  int isa, const char *typename);
11
12 void soundhw_init(void);
13 void select_soundhw(const char *optarg);
14
15 #endif
This page took 0.024958 seconds and 4 git commands to generate.