mirror of https://github.com/xqemu/xqemu.git
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
|
@ -2,6 +2,8 @@
|
||||||
#define HW_MCF_H
|
#define HW_MCF_H
|
||||||
/* Motorola ColdFire device prototypes. */
|
/* Motorola ColdFire device prototypes. */
|
||||||
|
|
||||||
|
#include "target-m68k/cpu-qom.h"
|
||||||
|
|
||||||
struct MemoryRegion;
|
struct MemoryRegion;
|
||||||
|
|
||||||
/* mcf_uart.c */
|
/* mcf_uart.c */
|
||||||
|
|
Loading…
Reference in New Issue