patch-2.1.121 linux/include/asm-arm/vga.h

Next file: linux/include/asm-i386/pgtable.h
Previous file: linux/include/asm-arm/unistd.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.120/linux/include/asm-arm/vga.h linux/include/asm-arm/vga.h
@@ -0,0 +1,11 @@
+#ifndef ASMARM_VGA_H
+#define ASMARM_VGA_H
+
+#include <asm/io.h>
+
+#define VGA_MAP_MEM(x)	(0xe0000000 + (x))
+
+#define vga_readb(x)	(*(x))
+#define vga_writeb(x,y)	(*(y) = (x))
+
+#endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov