]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/asm-x86/suspend_32.h
Merge branch 'x86/core' into x86/apic
[karo-tx-linux.git] / include / asm-x86 / suspend_32.h
index 24e1c080aa8a82c9f434285b1bce48a67c2af54a..acb6d4d491f4d35b704b2dac6e52ce21cb409161 100644 (file)
@@ -3,6 +3,9 @@
  * Based on code
  * Copyright 2001 Patrick Mochel <mochel@osdl.org>
  */
+#ifndef ASM_X86__SUSPEND_32_H
+#define ASM_X86__SUSPEND_32_H
+
 #include <asm/desc.h>
 #include <asm/i387.h>
 
@@ -44,3 +47,5 @@ static inline void acpi_save_register_state(unsigned long return_point)
 /* routines for saving/restoring kernel state */
 extern int acpi_save_state_mem(void);
 #endif
+
+#endif /* ASM_X86__SUSPEND_32_H */