fix: gen_ksymtable does not work on non-English platform
[lunaix-os.git] / lunaix-os / includes / klibc / crc.h
1 #ifndef __LUNAIX_CRC_H
2 #define __LUNAIX_CRC_H
3
4 unsigned int
5 crc32b(unsigned char* data, unsigned int size);
6
7 #endif /* __LUNAIX_CRC_H */