feat: gfxm: a layer provides user space access to low level interfacing of graphic...
[lunaix-os.git] / lunaix-os / includes / lib / crc.h
1 #ifndef __LUNAIX_CRC_H
2 #define __LUNAIX_CRC_H
3 unsigned int
4 crc32b(unsigned char* data, unsigned int size);
5
6 #endif /* __LUNAIX_CRC_H */