Statistics
| Branch: | Revision:

root / hw / sh_pci.h @ 17786d52

History | View | Annotate | Download (220 Bytes)

1 18e08a55 Michael S. Tsirkin
#ifndef QEMU_SH_PCI_H
2 18e08a55 Michael S. Tsirkin
#define QEMU_SH_PCI_H
3 18e08a55 Michael S. Tsirkin
4 18e08a55 Michael S. Tsirkin
#include "qemu-common.h"
5 18e08a55 Michael S. Tsirkin
6 18e08a55 Michael S. Tsirkin
PCIBus *sh_pci_register_bus(pci_set_irq_fn set_irq, pci_map_irq_fn map_irq,
7 18e08a55 Michael S. Tsirkin
                            void *pic, int devfn_min, int nirq);
8 18e08a55 Michael S. Tsirkin
9 18e08a55 Michael S. Tsirkin
#endif