patch-2.3.30 linux/include/asm-ppc/board.h
Next file: linux/include/asm-ppc/bootinfo.h
Previous file: linux/include/asm-mips/io.h
Back to the patch index
Back to the overall index
- Lines: 37
- Date:
Sat Nov 27 15:42:33 1999
- Orig file:
v2.3.29/linux/include/asm-ppc/board.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.3.29/linux/include/asm-ppc/board.h linux/include/asm-ppc/board.h
@@ -0,0 +1,36 @@
+/*
+ *
+ * Copyright (c) 1999 Grant Erickson <grant@lcse.umn.edu>
+ *
+ * Module name: board.h
+ *
+ * Description:
+ * A generic include file which pulls in appropriate include files
+ * for specific board types based on configuration settings.
+ *
+ */
+
+#ifndef __BOARD_H__
+#define __BOARD_H__
+
+#include <linux/config.h>
+
+#if defined(CONFIG_OAK)
+#include <asm/oak.h>
+#endif
+
+#if defined(CONFIG_WALNUT)
+#include <asm/walnut.h>
+#endif
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __BOARD_H__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)