Statistics
| Branch: | Revision:

root / hw / prep_pci.h @ 18e08a55

History | View | Annotate | Download (121 Bytes)

1
#ifndef QEMU_PREP_PCI_H
2
#define QEMU_PREP_PCI_H
3

    
4
#include "qemu-common.h"
5

    
6
PCIBus *pci_prep_init(qemu_irq *pic);
7

    
8
#endif