summary refs log tree commit diff stats
path: root/hw/mc146818rtc.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:46:26 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-21 19:46:26 +0000
commitaa28b9bf9ba0904766b15e7ab8d62a76cb3225da (patch)
tree3afc291dfc479de4ca7613c1316bda8aa2389909 /hw/mc146818rtc.c
parentaaf12c25312c49620777a232e8f770357450a603 (diff)
downloadfocaccia-qemu-aa28b9bf9ba0904766b15e7ab8d62a76cb3225da.tar.gz
focaccia-qemu-aa28b9bf9ba0904766b15e7ab8d62a76cb3225da.zip
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/mc146818rtc.c')
-rw-r--r--hw/mc146818rtc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/mc146818rtc.c b/hw/mc146818rtc.c
index a53785593f..89a423e08f 100644
--- a/hw/mc146818rtc.c
+++ b/hw/mc146818rtc.c
@@ -25,6 +25,7 @@
 #include "qemu-timer.h"
 #include "sysemu.h"
 #include "pc.h"
+#include "apic.h"
 #include "isa.h"
 #include "hpet_emul.h"