tizen 2.4 release
[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