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