mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
Move x86 specific PC declarations to a separate file
x86 definitions (especially CPUState uses) prevent many files from being compiled within libhw. Move x86 specific declarations (APIC stuff) to a separate file. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
aaf12c2531
commit
aa28b9bf9b
6 changed files with 24 additions and 17 deletions
1
hw/pc.c
1
hw/pc.c
|
@ -23,6 +23,7 @@
|
|||
*/
|
||||
#include "hw.h"
|
||||
#include "pc.h"
|
||||
#include "apic.h"
|
||||
#include "fdc.h"
|
||||
#include "pci.h"
|
||||
#include "vmware_vga.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue