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
hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init()
[qemu/ar7.git]
/
include
/
hw
/
isa
/
vt82c686.h
blob
db97c8ed7a273f755d31bf44b8c6f8d50cb7b29d
1
#ifndef HW_VT82C686_H
2
#define HW_VT82C686_H
3
4
/* vt82c686.c */
5
ISABus
*
vt82c686b_isa_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