Changes in uspace/srv/fs/udf/udf_volume.h [c477c80:09ab0a9a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf_volume.h
rc477c80 r09ab0a9a 49 49 #define UDF_TAG_LVID 0x0009 /* Logical Volume Integrity Descriptor */ 50 50 51 /* Start ad dress of Anchor Volume Descriptor */51 /* Start adress of Anchor Volume Descriptor */ 52 52 #define UDF_AVDP_SECTOR 256 53 53 … … 165 165 typedef struct udf_general_type { 166 166 uint8_t partition_map_type; 167 uint8_t partition_map_leng th;167 uint8_t partition_map_lenght; 168 168 } __attribute__((packed)) udf_general_type_t; 169 169 170 170 typedef struct udf_type1_partition_map { 171 171 uint8_t partition_map_type; 172 uint8_t partition_map_leng th;172 uint8_t partition_map_lenght; 173 173 uint16_t volume_sequence_number; 174 174 uint16_t partition_number;
Note:
See TracChangeset
for help on using the changeset viewer.