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/i82378.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/i82378.c') diff --git a/hw/i82378.c b/hw/i82378.c index 3929c04..d3c4ac5 100644 --- a/hw/i82378.c +++ b/hw/i82378.c @@ -19,6 +19,7 @@ #include "pci.h" #include "pc.h" +#include "i8254.h" //#define DEBUG_I82378 -- cgit v1.1