Changes in uspace/srv/fs/udf/udf_volume.h [09ab0a9a:c477c80] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf_volume.h
r09ab0a9a rc477c80 49 49 #define UDF_TAG_LVID 0x0009 /* Logical Volume Integrity Descriptor */ 50 50 51 /* Start ad ress of Anchor Volume Descriptor */51 /* Start address 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 ht;167 uint8_t partition_map_length; 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 ht;172 uint8_t partition_map_length; 173 173 uint16_t volume_sequence_number; 174 174 uint16_t partition_number;
Note:
See TracChangeset
for help on using the changeset viewer.