feat: kprintf now goes into dedicated pseudo-dev rather than flooding the framebuffer
[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 */