Changeset 38542dc in mainline for uspace/lib/ext4/libext4_crc.h
- Timestamp:
- 2012-08-12T18:36:10Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 49505fe
- Parents:
- b08e7970
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_crc.h
rb08e7970 r38542dc 29 29 /** @addtogroup libext4 30 30 * @{ 31 */ 31 */ 32 32 33 33 #ifndef LIBEXT4_LIBEXT4_CRC_H_ … … 35 35 36 36 extern uint16_t crc16(uint16_t, const uint8_t *, size_t); 37 37 38 #endif 38 39
Note:
See TracChangeset
for help on using the changeset viewer.