From 18e08a55292a57b988df7fa14af2b4dd282a6486 Mon Sep 17 00:00:00 2001 From: Michael S. Tsirkin Date: Wed, 11 Nov 2009 14:59:56 +0200 Subject: pci: pci.h cleanup: move out stuff not in pci.c pci.h declares some functions which aren't defined in pci.h. Clean up moving things to appropriate headers, and update all users. Signed-off-by: Michael S. Tsirkin --- hw/prep_pci.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hw/prep_pci.h (limited to 'hw/prep_pci.h') diff --git a/hw/prep_pci.h b/hw/prep_pci.h new file mode 100644 index 0000000000..cd6851288c --- /dev/null +++ b/hw/prep_pci.h @@ -0,0 +1,8 @@ +#ifndef QEMU_PREP_PCI_H +#define QEMU_PREP_PCI_H + +#include "qemu-common.h" + +PCIBus *pci_prep_init(qemu_irq *pic); + +#endif -- cgit v1.2.3-55-g7522