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
ide: Update command code definitions as per ACS-2 Table B.2
[qemu/ar7.git]
/
hw
/
prep_pci.h
blob
b6b481a51702fe3127dcf19377a1e7a4c9bcad42
1
#ifndef QEMU_PREP_PCI_H
2
#define QEMU_PREP_PCI_H
3
4
#include
"qemu-common.h"
5
#include
"memory.h"
6
7
PCIBus
*
pci_prep_init
(
qemu_irq
*
pic
,
8
MemoryRegion
*
address_space_mem
,
9
MemoryRegion
*
address_space_io
);
10
11
#endif