mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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>
This commit is contained in:
parent
5904ae4eba
commit
b1277b03d4
12 changed files with 64 additions and 25 deletions
1
hw/pc.c
1
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue