--- zzzz-none-000/linux-2.4.17/include/asm-ppc/bootinfo.h 2001-08-28 13:58:33.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/include/asm-ppc/bootinfo.h 2004-11-24 13:21:50.000000000 +0000 @@ -1,5 +1,5 @@ /* - * BK Id: SCCS/s.bootinfo.h 1.11 08/17/01 15:23:17 paulus + * BK Id: SCCS/s.bootinfo.h 1.13 11/05/01 22:26:23 paulus */ /* * Non-machine dependent bootinfo structure. Basic idea @@ -19,9 +19,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 */ @@ -33,6 +33,9 @@ #define BI_MACHTYPE 0x1016 #define BI_MEMSIZE 0x1017 +extern struct bi_record *find_bootinfo(void); +extern void parse_bootinfo(struct bi_record *rec); + #endif /* CONFIG_APUS */