]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-mips/vga.h
Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6
[linux-2.6-omap-h63xx.git] / include / asm-mips / vga.h
index 34755c0a63988e21121a33c943fbada2234bb7da..f4cff7e4fa8a2a531a80e2374eb4056c46dab7aa 100644 (file)
  *     access the videoram directly without any black magic.
  */
 
-#define VGA_MAP_MEM(x) (0xb0000000L + (unsigned long)(x))
+#define VGA_MAP_MEM(x, s)      (0xb0000000L + (unsigned long)(x))
 
 #define vga_readb(x)   (*(x))
-#define vga_writeb(x,y)        (*(y) = (x))
+#define vga_writeb(x, y)       (*(y) = (x))
 
 #define VT_BUF_HAVE_RW
 /*