aboutsummaryrefslogtreecommitdiff
path: root/hw/prep_pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/prep_pci.h')
-rw-r--r--hw/prep_pci.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/hw/prep_pci.h b/hw/prep_pci.h
deleted file mode 100644
index b6b481a517..0000000000
--- a/hw/prep_pci.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#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