]> git.ozlabs.org Git - yaboot.git/blobdiff - include/bootinfo.h
Commit yaboot 1.3.4
[yaboot.git] / include / bootinfo.h
index b5b5a04d2af5447f147cc08b5fbe6cddef0caea4..ffc3f044b0d4a8fdce7fc0ff56b2a1ac54dc702b 100644 (file)
@@ -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:
+ */