aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sh_pci.h
blob: b1a5ec37c3f987bc2b39177b9314cb5e0245d7d6 (plain)
1
2
3
4
5
6
7
8
9
#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