summaryrefslogtreecommitdiff
path: root/arch/x86/machine/cga.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/cga.h')
-rw-r--r--arch/x86/machine/cga.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/machine/cga.h b/arch/x86/machine/cga.h
index 2708ec4d..f7ad5392 100644
--- a/arch/x86/machine/cga.h
+++ b/arch/x86/machine/cga.h
@@ -18,8 +18,8 @@
* Tiny CGA driver.
*/
-#ifndef _X86_CGA_H
-#define _X86_CGA_H
+#ifndef X86_CGA_H
+#define X86_CGA_H
#include <kern/init.h>
@@ -40,4 +40,4 @@ void cga_cursor_right(void);
*/
INIT_OP_DECLARE(cga_setup);
-#endif /* _X86_CGA_H */
+#endif /* X86_CGA_H */