Statistics
| Branch: | Revision:

root / hw / apb_pci.h @ 17786d52

History | View | Annotate | Download (241 Bytes)

1 18e08a55 Michael S. Tsirkin
#ifndef APB_PCI_H
2 18e08a55 Michael S. Tsirkin
#define APB_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 *pci_apb_init(target_phys_addr_t special_base,
7 18e08a55 Michael S. Tsirkin
                     target_phys_addr_t mem_base,
8 18e08a55 Michael S. Tsirkin
                     qemu_irq *pic, PCIBus **bus2, PCIBus **bus3);
9 18e08a55 Michael S. Tsirkin
#endif