summaryrefslogtreecommitdiffstats
path: root/hw/hpet.c
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2012-02-01 20:31:39 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2012-02-17 09:58:22 -0600
commitb1277b03d46b2aeb22f0829aaa1c0f5fe6dd38fe (patch)
tree5b0434273fdf3d3aa2133c5c27becb333b0ab7d6 /hw/hpet.c
parent5904ae4eba0928c35845720f9a630c19e48c2131 (diff)
downloadhqemu-b1277b03d46b2aeb22f0829aaa1c0f5fe6dd38fe.zip
hqemu-b1277b03d46b2aeb22f0829aaa1c0f5fe6dd38fe.tar.gz
i8254: Factor out interface header
Move the public interface of the PIT into its own header file and update all users. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/hpet.c')
-rw-r--r--hw/hpet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/hpet.c b/hw/hpet.c
index 76769d5..16833fa 100644
--- a/hw/hpet.c
+++ b/hw/hpet.c
@@ -31,6 +31,7 @@
#include "hpet_emul.h"
#include "sysbus.h"
#include "mc146818rtc.h"
+#include "i8254.h"
//#define HPET_DEBUG
#ifdef HPET_DEBUG
OpenPOWER on IntegriCloud