summaryrefslogtreecommitdiff
path: root/include/hw/isa/i8259_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/isa/i8259_internal.h')
-rw-r--r--include/hw/isa/i8259_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/isa/i8259_internal.h b/include/hw/isa/i8259_internal.h
index b4e757a461..cded509636 100644
--- a/include/hw/isa/i8259_internal.h
+++ b/include/hw/isa/i8259_internal.h
@@ -42,7 +42,7 @@ typedef struct PICCommonState PICCommonState;
typedef struct PICCommonClass
{
ISADeviceClass parent_class;
- void (*init)(PICCommonState *s);
+
void (*pre_save)(PICCommonState *s);
void (*post_load)(PICCommonState *s);
} PICCommonClass;