Linux Kernel
3.7.1
|
#include <linux/io.h>
Go to the source code of this file.
Macros | |
#define | VGA_MAP_MEM(x, s) (vga_base + (x)) |
#define | vga_readb(x) (*((volatile unsigned char *)x)) |
#define | vga_writeb(x, y) (*((volatile unsigned char *)y) = (x)) |
Variables | |
unsigned long | vga_base |