Sign in
qemu
/
qemu
/
f4c690101c74afcc58deead71f6302fe343718b7
/
.
/
hw
/
dec_pci.h
blob: 79264bac8426dd6fa0c42a06683cc800bee2e03d [
file
] [
log
] [
blame
]
Blue Swirl
d55380b
2010-02-07 19:28:32 +0000
[
diff
] [
blame
]
1
#ifndef
DEC_PCI_H
2
#define
DEC_PCI_H
3
4
#include
"qemu-common.h"
5
6
PCIBus
*
pci_dec_21154_init
(
PCIBus
*
parent_bus
,
int
devfn
);
7
8
#endif