|
Linux Kernel
3.7.1
|
#include <asm/io.h>Go to the source code of this file.
Macros | |
| #define | VT_BUF_HAVE_RW |
| #define | vga_readb(a) readb((u8 __iomem *)(a)) |
| #define | vga_writeb(v, a) writeb(v, (u8 __iomem *)(a)) |
| #define | VGA_MAP_MEM(x, s) ((unsigned long) ioremap(x, s)) |
1.8.2