Statistics
| Branch: | Revision:

root / hw / prep_pci.h @ 71cf9e62

History | View | Annotate | Download (250 Bytes)

1
#ifndef QEMU_PREP_PCI_H
2
#define QEMU_PREP_PCI_H
3

    
4
#include "qemu-common.h"
5
#include "memory.h"
6

    
7
PCIBus *pci_prep_init(qemu_irq *pic,
8
                      MemoryRegion *address_space_mem,
9
                      MemoryRegion *address_space_io);
10

    
11
#endif