summaryrefslogtreecommitdiff
path: root/arch/x86/machine/atcons.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-04-14 21:01:01 +0200
committerRichard Braun <rbraun@sceen.net>2018-04-14 21:01:01 +0200
commit4033816a7ce4a24230f462b5c22183c1b45e24df (patch)
treed49d4e90a001d45a2e96d5ec0a00376bc81df501 /arch/x86/machine/atcons.h
parent8088131a4e0165938593577a9cfa87de7ffd22bc (diff)
Fix left-over reserved identifiers
For some reason, commit be5b9d6ab9f7e7a81c367e4bb0823ba11f85940f didn't take care of all reserved identifiers.
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 */