mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
target-lm32/microblaze: Typedef struct CPU{MB,LM32}State
Signed-off-by: Andreas Färber <afaerber@suse.de> Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
f3840919e9
commit
9b9a970a23
2 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
#include "qemu-common.h"
|
||||
#include "cpu-defs.h"
|
||||
struct CPULM32State;
|
||||
typedef struct CPULM32State CPULM32State;
|
||||
|
||||
#define TARGET_HAS_ICE 1
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "cpu-defs.h"
|
||||
#include "softfloat.h"
|
||||
struct CPUMBState;
|
||||
typedef struct CPUMBState CPUMBState;
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
#include "mmu.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue