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
vga: fix typo in length passed to kvm_log_stop
[qemu.git]
/
hw
/
sh_pci.h
blob
b1a5ec37c3f987bc2b39177b9314cb5e0245d7d6
1
#ifndef QEMU_SH_PCI_H
2
#define QEMU_SH_PCI_H
3
4
#include
"qemu-common.h"
5
6
PCIBus
*
sh_pci_register_bus
(
pci_set_irq_fn set_irq
,
pci_map_irq_fn map_irq
,
7
void
*
pic
,
int
devfn_min
,
int
nirq
);
8
9
#endif