summary refs log tree commit diff stats
path: root/target/xtensa/cpu-qom.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/xtensa/cpu-qom.h')
-rw-r--r--target/xtensa/cpu-qom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/xtensa/cpu-qom.h b/target/xtensa/cpu-qom.h
index 9ac54241bd..3ea93ce1f9 100644
--- a/target/xtensa/cpu-qom.h
+++ b/target/xtensa/cpu-qom.h
@@ -56,7 +56,7 @@ typedef struct XtensaCPUClass {
     /*< public >*/
 
     DeviceRealize parent_realize;
-    void (*parent_reset)(CPUState *cpu);
+    DeviceReset parent_reset;
 
     const XtensaConfig *config;
 } XtensaCPUClass;