]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/asm-x86/e820.h
x86: consolidate header guards
[linux-beck.git] / include / asm-x86 / e820.h
index 16a31e2c7c5747888b0c75178bb0683859dbbac1..38741ac769085ff83af44dc6acb9908f7acc6fdb 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __ASM_E820_H
-#define __ASM_E820_H
+#ifndef ASM_X86__E820_H
+#define ASM_X86__E820_H
 #define E820MAP        0x2d0           /* our map */
 #define E820MAX        128             /* number of entries in E820MAP */
 
@@ -140,4 +140,4 @@ extern char *memory_setup(void);
 #define HIGH_MEMORY    (1024*1024)
 #endif /* __KERNEL__ */
 
-#endif  /* __ASM_E820_H */
+#endif /* ASM_X86__E820_H */