summaryrefslogtreecommitdiffstats
path: root/include/asm-m68k/machw.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-02-15 02:15:32 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-02-15 02:15:32 +0000
commit86464aed71025541805e7b1515541aee89879e33 (patch)
treee01a457a4912a8553bc65524aa3125d51f29f810 /include/asm-m68k/machw.h
parent88f99939ecc6a95a79614574cb7d95ffccfc3466 (diff)
Merge with Linux 2.2.1.
Diffstat (limited to 'include/asm-m68k/machw.h')
-rw-r--r--include/asm-m68k/machw.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/asm-m68k/machw.h b/include/asm-m68k/machw.h
index 90ff6b627..56da64f3b 100644
--- a/include/asm-m68k/machw.h
+++ b/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 */
@@ -143,4 +153,6 @@ struct {
/* extern struct mac_hw_present mac_hw_present; */
+#endif /* __ASSEMBLY__ */
+
#endif /* linux/machw.h */