Import 2.1.121pre1
[davej-history.git] / include / asm-arm / vga.h
blob6a9278df9c113a6c2438f84d319d46b044a82011
1 #ifndef ASMARM_VGA_H
2 #define ASMARM_VGA_H
4 #include <asm/io.h>
6 #define VGA_MAP_MEM(x) (0xe0000000 + (x))
8 #define vga_readb(x) (*(x))
9 #define vga_writeb(x,y) (*(y) = (x))
11 #endif