summaryrefslogtreecommitdiffstats
path: root/hw/pc.h
diff options
context:
space:
mode:
authorPaul Brook2010-03-01 04:29:21 +0100
committerPaul Brook2010-03-01 04:29:21 +0100
commit35bed8ee918b519caca37f99f741b2740a040da3 (patch)
tree41366f85097c9adcd5833646917a6bc9fffaef97 /hw/pc.h
parentRemove bogus cpu_physical_memory_rw (diff)
downloadqemu-35bed8ee918b519caca37f99f741b2740a040da3.tar.gz
qemu-35bed8ee918b519caca37f99f741b2740a040da3.tar.xz
qemu-35bed8ee918b519caca37f99f741b2740a040da3.zip
Move ioport.h out of cpu-all.h
Only include ioport.h where it is actually needed. Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/pc.h')
-rw-r--r--hw/pc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pc.h b/hw/pc.h
index 92f8563609..d54959aa59 100644
--- a/hw/pc.h
+++ b/hw/pc.h
@@ -2,6 +2,7 @@
#define HW_PC_H
#include "qemu-common.h"
+#include "ioport.h"
/* PC-style peripherals (also used by other machines). */