]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - disk/part_mac.h
* Patch by Thomas Frieden, 13 Nov 2002:
[karo-tx-uboot.git] / disk / part_mac.h
index 0340fe8febd569707ac3ae360fe4c851df7285b3..fb1edac561eb4ed8cff64b8192fbd9f661973929 100644 (file)
@@ -89,6 +89,9 @@ typedef struct mac_partition {
        __u32   boot_cksum;     /* boot code checksum                   */
        uchar   processor[16];  /* Type of Processor                    */
        __u16   part_pad[188];  /* reserved                             */
+#ifdef CONFIG_ISO_PARTITION
+        uchar   iso_dummy[2048];/* Reservere enough room for an ISO partition block to fit */ 
+#endif
 } mac_partition_t;
 
 #define MAC_STATUS_BOOTABLE    8       /* partition is bootable */