repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
target-sh4: Use glib allocator in movcal helper
[qemu/ar7.git]
/
include
/
hw
/
isa
/
vt82c686.h
blob
471b5e9e535d7c240bfe68ccd4384b1d2965da11
1
#ifndef HW_VT82C686_H
2
#define HW_VT82C686_H
3
4
/* vt82c686.c */
5
ISABus
*
vt82c686b_init
(
PCIBus
*
bus
,
int
devfn
);
6
void
vt82c686b_ac97_init
(
PCIBus
*
bus
,
int
devfn
);
7
void
vt82c686b_mc97_init
(
PCIBus
*
bus
,
int
devfn
);
8
I2CBus
*
vt82c686b_pm_init
(
PCIBus
*
bus
,
int
devfn
,
uint32_t
smb_io_base
,
9
qemu_irq sci_irq
);
10
11
#endif