Changeset ab936440 in mainline for uspace/srv/fs/udf/udf_volume.h
- Timestamp:
- 2019-02-12T20:42:42Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f31ca47
- Parents:
- 7f7817a9 (diff), 4805495 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-02-12 20:26:18)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-02-12 20:42:42)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf_volume.h
r7f7817a9 rab936440 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.