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
lm832x: Take DeviceState pointer in lm832x_key_event()
[qemu/ar7.git]
/
hw
/
prep_pci.h
blob
a27368b99b294743e185f28760be681319257a66
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
,
MemoryRegion
*
address_space
);
8
9
#endif