Changeset c477c80 in mainline for uspace/srv/fs/udf/udf.h
- Timestamp:
- 2019-01-03T22:23:00Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 06412ba
- Parents:
- 7acd787
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf.h
r7acd787 rc477c80 70 70 uint32_t access_type; 71 71 uint32_t start; 72 uint32_t leng ht;72 uint32_t length; 73 73 } udf_partition_t; 74 74 … … 91 91 udf_unallocated_space_descriptor_t *uasd; 92 92 uint64_t uaspace_start; 93 uint64_t uaspace_leng ht;93 uint64_t uaspace_length; 94 94 uint8_t space_type; 95 95 } udf_instance_t;
Note:
See TracChangeset
for help on using the changeset viewer.