aboutsummaryrefslogtreecommitdiff
path: root/hw/arm_gic_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/arm_gic_internal.h')
-rw-r--r--hw/arm_gic_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/arm_gic_internal.h b/hw/arm_gic_internal.h
index db4fad564f..183dca60ed 100644
--- a/hw/arm_gic_internal.h
+++ b/hw/arm_gic_internal.h
@@ -118,6 +118,8 @@ void gic_init_irqs_and_distributor(gic_state *s, int num_irq);
typedef struct ARMGICCommonClass {
SysBusDeviceClass parent_class;
+ void (*pre_save)(gic_state *s);
+ void (*post_load)(gic_state *s);
} ARMGICCommonClass;
#define TYPE_ARM_GIC "arm_gic"