aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/vga.h')
-rw-r--r--arch/x86/include/asm/vga.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/vga.h b/arch/x86/include/asm/vga.h
index b9e493d07d07..c4b9dc2f67c5 100644
--- a/arch/x86/include/asm/vga.h
+++ b/arch/x86/include/asm/vga.h
@@ -4,8 +4,8 @@
4 * (c) 1998 Martin Mares <mj@ucw.cz> 4 * (c) 1998 Martin Mares <mj@ucw.cz>
5 */ 5 */
6 6
7#ifndef ASM_X86__VGA_H 7#ifndef _ASM_X86_VGA_H
8#define ASM_X86__VGA_H 8#define _ASM_X86_VGA_H
9 9
10/* 10/*
11 * On the PC, we can just recalculate addresses and then 11 * On the PC, we can just recalculate addresses and then
@@ -17,4 +17,4 @@
17#define vga_readb(x) (*(x)) 17#define vga_readb(x) (*(x))
18#define vga_writeb(x, y) (*(y) = (x)) 18#define vga_writeb(x, y) (*(y) = (x))
19 19
20#endif /* ASM_X86__VGA_H */ 20#endif /* _ASM_X86_VGA_H */