X-Git-Url: https://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=include%2Fbootinfo.h;h=ffc3f044b0d4a8fdce7fc0ff56b2a1ac54dc702b;hp=b5b5a04d2af5447f147cc08b5fbe6cddef0caea4;hb=0ef1539b6f680ba09c88be5bb94a821fd2599931;hpb=5613f9fab88b71f14259856b390f1cc989b602bf diff --git a/include/bootinfo.h b/include/bootinfo.h index b5b5a04..ffc3f04 100644 --- a/include/bootinfo.h +++ b/include/bootinfo.h @@ -24,9 +24,9 @@ #define _MACH_walnut 0x00001000 /* IBM "Walnut" 405GP eval. board */ 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 */ @@ -39,3 +39,9 @@ struct bi_record { #endif /* _PPC_BOOTINFO_H */ +/* + * Local variables: + * c-file-style: "K&R" + * c-basic-offset: 5 + * End: + */