Statistics
| Branch: | Revision:

root / hw / prep_pci.h @ 8af7a3ab

History | View | Annotate | Download (121 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 18e08a55 Michael S. Tsirkin
6 18e08a55 Michael S. Tsirkin
PCIBus *pci_prep_init(qemu_irq *pic);
7 18e08a55 Michael S. Tsirkin
8 18e08a55 Michael S. Tsirkin
#endif