repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
scsi-disk: restruct emulation: REQUEST_SENSE
[qemu.git]
/
hw
/
audiodev.h
blob
39a729b8a4161872578a298e592150ddec874fb2
1
/* es1370.c */
2
int
es1370_init
(
PCIBus
*
bus
);
3
4
/* sb16.c */
5
int
SB16_init
(
qemu_irq
*
pic
);
6
7
/* adlib.c */
8
int
Adlib_init
(
qemu_irq
*
pic
);
9
10
/* gus.c */
11
int
GUS_init
(
qemu_irq
*
pic
);
12
13
/* ac97.c */
14
int
ac97_init
(
PCIBus
*
buf
);
15
16
/* cs4231a.c */
17
int
cs4231a_init
(
qemu_irq
*
pic
);