X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-x86%2Fvga.h;h=b9e493d07d07a1478ec8d42538cf55fe54e3b970;hb=3dd392a407d15250a501fa109cc1f93fee95ef85;hp=0ecf68ac03aa95c312a15876473d5df5a8851301;hpb=96a388de5dc53a8b234b3fd41f3ae2cedc9ffd42;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-x86/vga.h b/include/asm-x86/vga.h index 0ecf68ac03a..b9e493d07d0 100644 --- a/include/asm-x86/vga.h +++ b/include/asm-x86/vga.h @@ -4,17 +4,17 @@ * (c) 1998 Martin Mares */ -#ifndef _LINUX_ASM_VGA_H_ -#define _LINUX_ASM_VGA_H_ +#ifndef ASM_X86__VGA_H +#define ASM_X86__VGA_H /* * On the PC, we can just recalculate addresses and then * access the videoram directly without any black magic. */ -#define VGA_MAP_MEM(x,s) (unsigned long)phys_to_virt(x) +#define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x) #define vga_readb(x) (*(x)) -#define vga_writeb(x,y) (*(y) = (x)) +#define vga_writeb(x, y) (*(y) = (x)) -#endif +#endif /* ASM_X86__VGA_H */