patch-2.3.43 linux/include/asm-ppc/bootinfo.h
Next file: linux/include/asm-ppc/feature.h
Previous file: linux/include/asm-ppc/bitops.h
Back to the patch index
Back to the overall index
-  Lines: 22
-  Date:
Wed Feb  9 19:43:47 2000
-  Orig file: 
v2.3.42/linux/include/asm-ppc/bootinfo.h
-  Orig date: 
Tue Dec  7 09:32:51 1999
diff -u --recursive --new-file v2.3.42/linux/include/asm-ppc/bootinfo.h linux/include/asm-ppc/bootinfo.h
@@ -9,6 +9,12 @@
 #ifndef _PPC_BOOTINFO_H
 #define _PPC_BOOTINFO_H
 
+#include <linux/config.h>
+
+#if defined(CONFIG_APUS) && !defined(__BOOTER__)
+#include <asm-m68k/bootinfo.h>
+#else
+
 struct bi_record {
     unsigned long tag;			/* tag ID */
     unsigned long size;			/* size of record (in bytes) */
@@ -22,6 +28,8 @@
 #define BI_INITRD		0x1014
 #define BI_SYSMAP		0x1015
 #define BI_MACHTYPE		0x1016
+
+#endif /* CONFIG_APUS */
 
 #endif /* _PPC_BOOTINFO_H */
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)