X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=part.h;h=862a14c32896da732a6b73f285614a2d2c5a21a8;hb=f66585eb083460aac5e7fa98191acef9dd1406a1;hp=0afea33b064d2d09d4615d191bf9a781cefb481e;hpb=0f22b998fb9cf8478810b89cd50fa5b4fbf11d38;p=thirdparty%2Fmdadm.git diff --git a/part.h b/part.h index 0afea33b..862a14c3 100644 --- a/part.h +++ b/part.h @@ -26,7 +26,6 @@ /* Structure definitions ext for MBR and GPT partition tables */ - #define MBR_SIGNATURE_MAGIC __cpu_to_le16(0xAA55) #define MBR_PARTITIONS 4 @@ -49,8 +48,6 @@ struct MBR { __u16 magic; } __attribute__((packed)); - - #define GPT_SIGNATURE_MAGIC __cpu_to_le64(0x5452415020494645ULL) #define MBR_GPT_PARTITION_TYPE 0xEE