Go to the documentation of this file.
17 #ifndef _ASM_TILE_VGA_H
18 #define _ASM_TILE_VGA_H
22 #define VT_BUF_HAVE_RW
34 #define vga_readb(a) readb((u8 __iomem *)(a))
35 #define vga_writeb(v,a) writeb(v, (u8 __iomem *)(a))
37 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap(x, s))