Go to the documentation of this file. 1 #ifndef _ASM_POWERPC_VGA_H_
2 #define _ASM_POWERPC_VGA_H_
16 #if defined(CONFIG_VGA_CONSOLE) || defined(CONFIG_MDA_CONSOLE)
18 #define VT_BUF_HAVE_RW
36 #define VT_BUF_HAVE_MEMCPYW
37 #define scr_memcpyw memcpy
41 extern unsigned long vgacon_remap_base;
44 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap((x), s))
46 #define VGA_MAP_MEM(x,s) (x + vgacon_remap_base)
49 #define vga_readb(x) (*(x))
50 #define vga_writeb(x,y) (*(y) = (x))