diff options
Diffstat (limited to 'target/rx/cpu-qom.h')
-rw-r--r-- | target/rx/cpu-qom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/rx/cpu-qom.h b/target/rx/cpu-qom.h index af937bc680..9054762326 100644 --- a/target/rx/cpu-qom.h +++ b/target/rx/cpu-qom.h @@ -25,6 +25,7 @@ #define TYPE_RX62N_CPU RX_CPU_TYPE_NAME("rx62n") +typedef struct RXCPU RXCPU; #define RX_CPU_CLASS(klass) \ OBJECT_CLASS_CHECK(RXCPUClass, (klass), TYPE_RX_CPU) #define RX_CPU(obj) \ |