Changeset ac31040 in mainline for uspace/srv/fs/udf/udf_cksum.h


Ignore:
Timestamp:
2012-09-04T19:48:22Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
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.
Message:

merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/udf/udf_cksum.h

    r85f7369 rac31040  
    3939#define UDF_TAG_SIZE  16
    4040
    41 extern uint16_t udf_cksum(uint8_t *, size_t);
    4241extern uint16_t udf_unicode_cksum(uint16_t *, size_t);
    43 extern uint16_t udf_ea_cksum(uint8_t *);
    4442extern uint8_t udf_tag_checksum(uint8_t *);
    4543
Note: See TracChangeset for help on using the changeset viewer.