summaryrefslogtreecommitdiff
path: root/include/hw/audio/audio.h
blob: 55d40f71bffe6379d2f46d805be47206a299071b (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef HW_AUDIO_H
#define HW_AUDIO_H

void isa_register_soundhw(const char *name, const char *descr,
                          int (*init_isa)(ISABus *bus));

void pci_register_soundhw(const char *name, const char *descr,
                          int (*init_pci)(PCIBus *bus));

#endif