X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=include%2Fbootinfo.h;h=c71f380325a0232ced61e2b5dce32d7d34574090;hb=96f82eabe29d6d4039098d5320b3304acbedf67b;hp=b5b5a04d2af5447f147cc08b5fbe6cddef0caea4;hpb=f4ebbd9f7ea23e3f0fcbe098754580c220894628;p=yaboot.git diff --git a/include/bootinfo.h b/include/bootinfo.h index b5b5a04..c71f380 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: + */