diff options
Diffstat (limited to 'arch/x86/machine/trap.h')
-rw-r--r-- | arch/x86/machine/trap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/machine/trap.h b/arch/x86/machine/trap.h index 699f19e..af6fd6b 100644 --- a/arch/x86/machine/trap.h +++ b/arch/x86/machine/trap.h @@ -21,8 +21,8 @@ * other headers that may cause circular dependencies. */ -#ifndef _X86_TRAP_H -#define _X86_TRAP_H +#ifndef X86_TRAP_H +#define X86_TRAP_H #include <machine/page.h> @@ -182,4 +182,4 @@ INIT_OP_DECLARE(trap_setup); #endif /* __ASSEMBLER__ */ -#endif /* _X86_TRAP_H */ +#endif /* X86_TRAP_H */ |