Sign in
kernel
/
pub
/
scm
/
virt
/
qemu
/
amit
/
virtio-rng
/
7bd11bc311ecb25ad7f8426b30cad52fb90dd020
/
.
/
hw
/
sh_pci.h
blob: b1a5ec37c3f987bc2b39177b9314cb5e0245d7d6 [
file
] [
log
] [
blame
]
#ifndef
QEMU_SH_PCI_H
#define
QEMU_SH_PCI_H
#include
"qemu-common.h"
PCIBus
*
sh_pci_register_bus
(
pci_set_irq_fn set_irq
,
pci_map_irq_fn map_irq
,
void
*
pic
,
int
devfn_min
,
int
nirq
);
#endif