aboutsummaryrefslogtreecommitdiffstats
path: root/hw/prep_pci.h
blob: b6b481a51702fe3127dcf19377a1e7a4c9bcad42 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef QEMU_PREP_PCI_H
#define QEMU_PREP_PCI_H

#include "qemu-common.h"
#include "memory.h"

PCIBus *pci_prep_init(qemu_irq *pic,
                      MemoryRegion *address_space_mem,
                      MemoryRegion *address_space_io);

#endif