diff options
Diffstat (limited to 'include/asm-x86/suspend_64.h')
-rw-r--r-- | include/asm-x86/suspend_64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/suspend_64.h b/include/asm-x86/suspend_64.h index b897e8cb55fb..9440a7a1b99a 100644 --- a/include/asm-x86/suspend_64.h +++ b/include/asm-x86/suspend_64.h | |||
@@ -53,3 +53,5 @@ extern unsigned long saved_rdi; | |||
53 | 53 | ||
54 | /* routines for saving/restoring kernel state */ | 54 | /* routines for saving/restoring kernel state */ |
55 | extern int acpi_save_state_mem(void); | 55 | extern int acpi_save_state_mem(void); |
56 | extern char core_restore_code; | ||
57 | extern char restore_registers; | ||