Changeset ac31040 in mainline for uspace/srv/fs/udf/udf_cksum.h
- Timestamp:
- 2012-09-04T19:48:22Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 78ca12b
- Parents:
- 85f7369 (diff), 8ec4144 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/udf/udf_cksum.h
r85f7369 rac31040 39 39 #define UDF_TAG_SIZE 16 40 40 41 extern uint16_t udf_cksum(uint8_t *, size_t);42 41 extern uint16_t udf_unicode_cksum(uint16_t *, size_t); 43 extern uint16_t udf_ea_cksum(uint8_t *);44 42 extern uint8_t udf_tag_checksum(uint8_t *); 45 43
Note:
See TracChangeset
for help on using the changeset viewer.