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/pcspk.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/pcspk.c') diff --git a/hw/pcspk.c b/hw/pcspk.c index acb016773b..43df818fbe 100644 --- a/hw/pcspk.c +++ b/hw/pcspk.c @@ -27,6 +27,7 @@ #include "isa.h" #include "audio/audio.h" #include "qemu-timer.h" +#include "i8254.h" #define PCSPK_BUF_LEN 1792 #define PCSPK_SAMPLE_RATE 32000 -- cgit v1.2.3-55-g7522