diff options
Diffstat (limited to 'kernel/power/power.h')
-rw-r--r-- | kernel/power/power.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/power.h b/kernel/power/power.h index 7dbfd9f67e1c..3763343bde2f 100644 --- a/kernel/power/power.h +++ b/kernel/power/power.h | |||
@@ -103,8 +103,8 @@ struct snapshot_handle { | |||
103 | extern unsigned int snapshot_additional_pages(struct zone *zone); | 103 | extern unsigned int snapshot_additional_pages(struct zone *zone); |
104 | extern int snapshot_read_next(struct snapshot_handle *handle, size_t count); | 104 | extern int snapshot_read_next(struct snapshot_handle *handle, size_t count); |
105 | extern int snapshot_write_next(struct snapshot_handle *handle, size_t count); | 105 | extern int snapshot_write_next(struct snapshot_handle *handle, size_t count); |
106 | extern void snapshot_write_finalize(struct snapshot_handle *handle); | ||
106 | extern int snapshot_image_loaded(struct snapshot_handle *handle); | 107 | extern int snapshot_image_loaded(struct snapshot_handle *handle); |
107 | extern void snapshot_free_unused_memory(struct snapshot_handle *handle); | ||
108 | 108 | ||
109 | /* | 109 | /* |
110 | * This structure is used to pass the values needed for the identification | 110 | * This structure is used to pass the values needed for the identification |