aboutsummaryrefslogtreecommitdiff
path: root/include/e820.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/e820.h')
-rw-r--r--include/e820.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/e820.h b/include/e820.h
index 60483e8..09b8f01 100644
--- a/include/e820.h
+++ b/include/e820.h
@@ -1,5 +1,5 @@
-#ifndef _UAPI_ASM_X86_E820_H
-#define _UAPI_ASM_X86_E820_H
+#ifndef BIOS_E820_H
+#define BIOS_E820_H
#define SMAP 0x534d4150 /* ASCII "SMAP" */
@@ -41,4 +41,4 @@ extern struct e820map *e820;
#define BIOS_ROM_END 0xffffffff
-#endif /* _UAPI_ASM_X86_E820_H */
+#endif /* BIOS_E820_H */