Go to the documentation of this file.
9 #ifndef __ASM_IA64_VGA_H_
10 #define __ASM_IA64_VGA_H_
20 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap_nocache(vga_console_membase + (x), s))
22 #define vga_readb(x) (*(x))
23 #define vga_writeb(x,y) (*(y) = (x))