summaryrefslogtreecommitdiffstats
path: root/hw/prep_pci.c
diff options
context:
space:
mode:
authorMichael S. Tsirkin2009-11-11 13:59:56 +0100
committerMichael S. Tsirkin2009-12-01 16:51:04 +0100
commit18e08a55292a57b988df7fa14af2b4dd282a6486 (patch)
tree20c52dd76d8cc3c96c1f9d28b8d22d922bd9b166 /hw/prep_pci.c
parentRevert "vga: do not resize the screen on hw_invalidate" (diff)
downloadqemu-18e08a55292a57b988df7fa14af2b4dd282a6486.tar.gz
qemu-18e08a55292a57b988df7fa14af2b4dd282a6486.tar.xz
qemu-18e08a55292a57b988df7fa14af2b4dd282a6486.zip
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 <mst@redhat.com>
Diffstat (limited to 'hw/prep_pci.c')
-rw-r--r--hw/prep_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/prep_pci.c b/hw/prep_pci.c
index a338f81e11..80e20ac1ae 100644
--- a/hw/prep_pci.c
+++ b/hw/prep_pci.c
@@ -25,6 +25,7 @@
#include "hw.h"
#include "pci.h"
#include "pci_host.h"
+#include "prep_pci.h"
typedef PCIHostState PREPPCIState;