diff options
author | Paul Brook <paul@codesourcery.com> | 2010-03-01 03:29:21 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2010-03-01 03:29:21 +0000 |
commit | d32732b9281e3caa4ee27b26042aac4e20e78294 (patch) | |
tree | 41366f85097c9adcd5833646917a6bc9fffaef97 /hw | |
parent | 6fbc40b2c927275d0fa3fbd56e6f12e8f8117bfa (diff) | |
download | qemu-d32732b9281e3caa4ee27b26042aac4e20e78294.tar.gz qemu-d32732b9281e3caa4ee27b26042aac4e20e78294.tar.bz2 qemu-d32732b9281e3caa4ee27b26042aac4e20e78294.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')
-rw-r--r-- | hw/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #define HW_PC_H #include "qemu-common.h" +#include "ioport.h" /* PC-style peripherals (also used by other machines). */ |