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/mips_r4k.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/mips_r4k.c') diff --git a/hw/mips_r4k.c b/hw/mips_r4k.c index 1c0615c1da..1b3ec2dc58 100644 --- a/hw/mips_r4k.c +++ b/hw/mips_r4k.c @@ -22,6 +22,7 @@ #include "loader.h" #include "elf.h" #include "mc146818rtc.h" +#include "i8254.h" #include "blockdev.h" #include "exec-memory.h" -- cgit v1.2.1