diff options
Diffstat (limited to 'arch/x86/machine/pmap.h')
-rw-r--r-- | arch/x86/machine/pmap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/machine/pmap.h b/arch/x86/machine/pmap.h index 369679f..3a6a120 100644 --- a/arch/x86/machine/pmap.h +++ b/arch/x86/machine/pmap.h @@ -18,8 +18,8 @@ * TODO Comment. */ -#ifndef _X86_PMAP_H -#define _X86_PMAP_H +#ifndef X86_PMAP_H +#define X86_PMAP_H #include <kern/macros.h> @@ -336,4 +336,4 @@ INIT_OP_DECLARE(pmap_setup); #endif /* __ASSEMBLER__ */ -#endif /* _X86_PMAP_H */ +#endif /* X86_PMAP_H */ |