mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Simple crc32 implementation
This commit is contained in:
8
include/crc32.h
Normal file
8
include/crc32.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef __FENNIX_KERNEL_CRC32_H__
|
||||
#define __FENNIX_KERNEL_CRC32_H__
|
||||
|
||||
#include <types.h>
|
||||
|
||||
EXTERNC uint32_t crc32(const uint8_t *Buffer, int Length);
|
||||
|
||||
#endif // !__FENNIX_KERNEL_CRC32_H__
|
Reference in New Issue
Block a user