Changes in uspace/srv/fs/udf/udf.h [c477c80:b1834a01] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf.h
rc477c80 rb1834a01 70 70 uint32_t access_type; 71 71 uint32_t start; 72 uint32_t leng th;72 uint32_t lenght; 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 th;93 uint64_t uaspace_lenght; 94 94 uint8_t space_type; 95 95 } udf_instance_t;
Note:
See TracChangeset
for help on using the changeset viewer.