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
target-arm: Detect tininess before rounding for FP operations
[qemu.git]
/
hw
/
vt82c686.h
blob
e3270cafd75bedbe73c6439583387a766320b77d
1
#ifndef HW_VT82C686_H
2
#define HW_VT82C686_H
3
4
/* vt82c686.c */
5
int
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