patch-2.2.0-pre9 linux/include/asm-m68k/machw.h

Next file: linux/include/asm-m68k/page.h
Previous file: linux/include/asm-m68k/machdep.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre8/linux/include/asm-m68k/machw.h linux/include/asm-m68k/machw.h
@@ -13,6 +13,16 @@
 #ifndef _ASM_MACHW_H_
 #define _ASM_MACHW_H_
 
+/*
+ * head.S maps the videomem to VIDEOMEMBASE
+ */
+
+#define VIDEOMEMBASE	0xf0000000
+#define VIDEOMEMSIZE	(4096*1024)
+#define VIDEOMEMMASK	(-4096*1024)
+
+#ifndef __ASSEMBLY__
+
 #include <linux/types.h>
 
 /* Mac SCSI Controller 5380 */
@@ -142,5 +152,7 @@
 } mac_hw_present;
 
 /* extern struct mac_hw_present mac_hw_present; */
+
+#endif /* __ASSEMBLY__ */
 
 #endif /* linux/machw.h */

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