Statistics
| Branch: | Revision:

root / hw / prep_pci.h @ a6f4e09d

History | View | Annotate | Download (170 Bytes)

1 18e08a55 Michael S. Tsirkin
#ifndef QEMU_PREP_PCI_H
2 18e08a55 Michael S. Tsirkin
#define QEMU_PREP_PCI_H
3 18e08a55 Michael S. Tsirkin
4 18e08a55 Michael S. Tsirkin
#include "qemu-common.h"
5 1e39101c Avi Kivity
#include "memory.h"
6 18e08a55 Michael S. Tsirkin
7 1e39101c Avi Kivity
PCIBus *pci_prep_init(qemu_irq *pic, MemoryRegion *address_space);
8 18e08a55 Michael S. Tsirkin
9 18e08a55 Michael S. Tsirkin
#endif