From b1277b03d46b2aeb22f0829aaa1c0f5fe6dd38fe Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Wed, 1 Feb 2012 20:31:39 +0100 Subject: 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 Signed-off-by: Anthony Liguori --- hw/pc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/pc.c') diff --git a/hw/pc.c b/hw/pc.c index ab94d72404..435fe4dd45 100644 --- a/hw/pc.c +++ b/hw/pc.c @@ -36,6 +36,7 @@ #include "elf.h" #include "multiboot.h" #include "mc146818rtc.h" +#include "i8254.h" #include "msi.h" #include "sysbus.h" #include "sysemu.h" -- cgit v1.2.1