summaryrefslogtreecommitdiff
path: root/arch/x86/machine/strace.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/strace.h')
-rw-r--r--arch/x86/machine/strace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/machine/strace.h b/arch/x86/machine/strace.h
index b55f6b8..482768b 100644
--- a/arch/x86/machine/strace.h
+++ b/arch/x86/machine/strace.h
@@ -20,8 +20,8 @@
* TODO Make it possible to debug without the frame pointer.
*/
-#ifndef _X86_STRACE_H
-#define _X86_STRACE_H
+#ifndef X86_STRACE_H
+#define X86_STRACE_H
#include <kern/init.h>
#include <kern/macros.h>
@@ -61,4 +61,4 @@ void strace_set_mbi(const struct multiboot_raw_info *mbi);
*/
INIT_OP_DECLARE(strace_setup);
-#endif /* _X86_STRACE_H */
+#endif /* X86_STRACE_H */