summaryrefslogtreecommitdiff
path: root/arch/x86/machine/pmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/pmem.h')
-rw-r--r--arch/x86/machine/pmem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/machine/pmem.h b/arch/x86/machine/pmem.h
index 33006a7..98b448d 100644
--- a/arch/x86/machine/pmem.h
+++ b/arch/x86/machine/pmem.h
@@ -21,8 +21,8 @@
* other headers that may cause circular dependencies.
*/
-#ifndef _X86_PMEM_H
-#define _X86_PMEM_H
+#ifndef X86_PMEM_H
+#define X86_PMEM_H
#include <kern/macros.h>
@@ -64,4 +64,4 @@
#define PMEM_ZONE_HIGHMEM 2
#endif /* __LP64__ */
-#endif /* _X86_PMEM_H */
+#endif /* X86_PMEM_H */