Sign in
qemu-android
/
qemu-android
/
9d8bf2d125f2d602d59d8fe1bdb27e17565b1fb8
/
.
/
include
/
hw
/
audio
/
audio.h
blob: b28abdd3f7e7846c7a9cf297ae34a2b9a5873fbd [
file
] [
log
] [
blame
]
#ifndef
HW_AUDIODEV_H
#define
HW_AUDIODEV_H
1
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