Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / arch / x86 / include / asm / suspend_32.h
index 8be6afb584715dc8d5a50d1bbd989bf053366294..fdbd9d7b7bca13a44e115b5f8cc13f44a03eebc9 100644 (file)
@@ -32,4 +32,8 @@ struct saved_context {
        unsigned long return_address;
 } __attribute__((packed));
 
+/* routines for saving/restoring kernel state */
+extern char core_restore_code[];
+extern char restore_registers[];
+
 #endif /* _ASM_X86_SUSPEND_32_H */