patch-2.4.21 linux-2.4.21/include/asm-ppc/bootinfo.h
Next file: linux-2.4.21/include/asm-ppc/bootx.h
Previous file: linux-2.4.21/include/asm-ppc/bitops.h
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
2003-06-13 07:51:38.000000000 -0700
- Orig file:
linux-2.4.20/include/asm-ppc/bootinfo.h
- Orig date:
2002-11-28 15:53:15.000000000 -0800
diff -urN linux-2.4.20/include/asm-ppc/bootinfo.h linux-2.4.21/include/asm-ppc/bootinfo.h
@@ -1,7 +1,4 @@
/*
- * BK Id: %F% %I% %G% %U% %#%
- */
-/*
* Non-machine dependent bootinfo structure. Basic idea
* borrowed from the m68k.
*
@@ -19,9 +16,9 @@
#else
struct bi_record {
- unsigned long tag; /* tag ID */
- unsigned long size; /* size of record (in bytes) */
- unsigned long data[0]; /* data */
+ unsigned long tag; /* tag ID */
+ unsigned long size; /* size of record (in bytes) */
+ unsigned long data[0]; /* data */
};
#define BI_FIRST 0x1010 /* first record - marker */
@@ -32,6 +29,7 @@
#define BI_SYSMAP 0x1015
#define BI_MACHTYPE 0x1016
#define BI_MEMSIZE 0x1017
+#define BI_BOARD_INFO 0x1018
extern struct bi_record *find_bootinfo(void);
extern void parse_bootinfo(struct bi_record *rec);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)