Sign in
android
/
platform
/
external
/
qemu-android
/
1d45f8b542f6b80b24c44533ef0dd9e1a3b17ea5
/
.
/
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