diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:46:26 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-21 19:46:26 +0000 |
commit | aa28b9bf9ba0904766b15e7ab8d62a76cb3225da (patch) | |
tree | 3afc291dfc479de4ca7613c1316bda8aa2389909 /hw/ioapic.c | |
parent | aaf12c25312c49620777a232e8f770357450a603 (diff) |
Move x86 specific PC declarations to a separate file
x86 definitions (especially CPUState uses) prevent many files from
being compiled within libhw.
Move x86 specific declarations (APIC stuff) to a separate file.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/ioapic.c')
-rw-r--r-- | hw/ioapic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ioapic.c b/hw/ioapic.c index b0ad78f241..7ad8018518 100644 --- a/hw/ioapic.c +++ b/hw/ioapic.c @@ -22,6 +22,7 @@ #include "hw.h" #include "pc.h" +#include "apic.h" #include "qemu-timer.h" #include "host-utils.h" |