From: Andreas Färber Date: Fri, 24 Feb 2012 15:59:17 +0000 (+0100) Subject: target-lm32/microblaze: Typedef struct CPU{MB,LM32}State X-Git-Tag: v1.1-rc0~227^2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b9a970a23625de4ae6b7461906a9a0d98d3ca95;p=thirdparty%2Fqemu.git target-lm32/microblaze: Typedef struct CPU{MB,LM32}State Signed-off-by: Andreas Färber Reviewed-by: Anthony Liguori --- diff --git a/target-lm32/cpu.h b/target-lm32/cpu.h index b6b6b4c87af..cc9b53bdfea 100644 --- a/target-lm32/cpu.h +++ b/target-lm32/cpu.h @@ -28,6 +28,7 @@ #include "qemu-common.h" #include "cpu-defs.h" struct CPULM32State; +typedef struct CPULM32State CPULM32State; #define TARGET_HAS_ICE 1 diff --git a/target-microblaze/cpu.h b/target-microblaze/cpu.h index 409250649d9..94ec43b3a3e 100644 --- a/target-microblaze/cpu.h +++ b/target-microblaze/cpu.h @@ -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