Sign in
android
/
platform
/
external
/
qemu-android
/
refs/heads/qemu-android-2.7.0
/
.
/
include
/
hw
/
audio
/
audio.h
blob: 55d40f71bffe6379d2f46d805be47206a299071b [
file
] [
log
] [
blame
] [
edit
]
#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