summaryrefslogtreecommitdiff
path: root/arch/x86/machine/atcons.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/atcons.h')
-rw-r--r--arch/x86/machine/atcons.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/machine/atcons.h b/arch/x86/machine/atcons.h
index 0d4893a..1b4fb68 100644
--- a/arch/x86/machine/atcons.h
+++ b/arch/x86/machine/atcons.h
@@ -18,8 +18,8 @@
* AT console driver.
*/
-#ifndef _X86_ATCONS_H
-#define _X86_ATCONS_H
+#ifndef X86_ATCONS_H
+#define X86_ATCONS_H
#include <kern/init.h>
@@ -52,4 +52,4 @@ INIT_OP_DECLARE(atcons_bootstrap);
*/
INIT_OP_DECLARE(atcons_setup);
-#endif /* _X86_ATCONS_H */
+#endif /* X86_ATCONS_H */