Go to the documentation of this file.
9 #include <asm/byteorder.h>
16 #define VGA_MAP_MEM(x, s) (0xb0000000L + (unsigned long)(x))
18 #define vga_readb(x) (*(x))
19 #define vga_writeb(x, y) (*(y) = (x))
21 #define VT_BUF_HAVE_RW
42 #define scr_memcpyw(d, s, c) memcpy(d, s, c)
43 #define scr_memmovew(d, s, c) memmove(d, s, c)
44 #define VT_BUF_HAVE_MEMCPYW
45 #define VT_BUF_HAVE_MEMMOVEW