NDS_Banner_Editor/crc.h
2020-08-19 15:29:06 +01:00

9 lines
105 B
C

#ifndef CRC_H
#define CRC_H
#include "types.h"
u16 crc16(const u8* data, u32 length);
#endif // CRC_H