patch-2.3.30 linux/include/asm-ppc/oak.h

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

diff -u --recursive --new-file v2.3.29/linux/include/asm-ppc/oak.h linux/include/asm-ppc/oak.h
@@ -0,0 +1,31 @@
+/*
+ *
+ *    Copyright (c) 1999 Grant Erickson <grant@lcse.umn.edu>
+ *
+ *    Module name: oak.h
+ *
+ *    Description:
+ *	Macros, definitions, and data structures specific to the IBM PowerPC
+ *      403G{A,B,C,CX} "Oak" evaluation board. Anything specific to the pro-
+ *      cessor itself is defined elsewhere.
+ *
+ */
+
+#ifndef	__OAK_H__
+#define	__OAK_H__
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define _IO_BASE	0
+#define _ISA_MEM_BASE	0
+#define PCI_DRAM_OFFSET	0
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __OAK_H__ */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)