repo.or.cz
/
qemu
/
cris-port.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hmp: rename arguments
[qemu/cris-port.git]
/
hw
/
vt82c686.h
blob
6ef876d2602ff863185c5a57ebf9c199011865cb
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
i2c_bus
*
vt82c686b_pm_init
(
PCIBus
*
bus
,
int
devfn
,
uint32_t
smb_io_base
,
9
qemu_irq sci_irq
);
10
11
#endif