mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
m68k: include cpu-qom.h in files that require M68KCPU
This will keep things working when cpu.h will not be included indirectly almost everywhere (either directly or through qemu-common.h). Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
16fd646182
commit
4669fcc7fa
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
#define HW_MCF_H
|
||||
/* Motorola ColdFire device prototypes. */
|
||||
|
||||
#include "target-m68k/cpu-qom.h"
|
||||
|
||||
struct MemoryRegion;
|
||||
|
||||
/* mcf_uart.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue