diff options
Diffstat (limited to 'libc/kernel/uapi/linux/adfs_fs.h')
-rw-r--r-- | libc/kernel/uapi/linux/adfs_fs.h | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/libc/kernel/uapi/linux/adfs_fs.h b/libc/kernel/uapi/linux/adfs_fs.h index 8acc8c6fa..e5ad04ea8 100644 --- a/libc/kernel/uapi/linux/adfs_fs.h +++ b/libc/kernel/uapi/linux/adfs_fs.h @@ -22,37 +22,37 @@ #include <linux/magic.h> /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ struct adfs_discrecord { - __u8 log2secsize; - __u8 secspertrack; - __u8 heads; -/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - __u8 density; - __u8 idlen; - __u8 log2bpmb; - __u8 skew; -/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - __u8 bootoption; - __u8 lowsector; - __u8 nzones; - __le16 zone_spare; -/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - __le32 root; - __le32 disc_size; - __le16 disc_id; - __u8 disc_name[10]; -/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - __le32 disc_type; - __le32 disc_size_high; - __u8 log2sharesize:4; - __u8 unused40:4; -/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - __u8 big_flag:1; - __u8 unused41:1; - __u8 nzones_high; - __le32 format_version; -/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ - __le32 root_size; - __u8 unused52[60 - 52]; + __u8 log2secsize; + __u8 secspertrack; + __u8 heads; +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ + __u8 density; + __u8 idlen; + __u8 log2bpmb; + __u8 skew; +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ + __u8 bootoption; + __u8 lowsector; + __u8 nzones; + __le16 zone_spare; +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ + __le32 root; + __le32 disc_size; + __le16 disc_id; + __u8 disc_name[10]; +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ + __le32 disc_type; + __le32 disc_size_high; + __u8 log2sharesize : 4; + __u8 unused40 : 4; +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ + __u8 big_flag : 1; + __u8 unused41 : 1; + __u8 nzones_high; + __le32 format_version; +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ + __le32 root_size; + __u8 unused52[60 - 52]; }; #define ADFS_DISCRECORD (0xc00) /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |