fe3f4c90e047021242f5d3d8a6481c5000d58cd5
[profile/mobile/platform/kernel/u-boot-tm1.git] / include / linux / crc32b.h
1 #ifndef CRC32B_H
2 #define CRC32B_H
3
4 unsigned int crc32b(unsigned int crc, const char* buf, unsigned int len);
5
6 #endif
7