utils: Add normal CRC32

This commit is contained in:
CTCaer
2020-04-30 03:30:51 +03:00
parent ae1bb909b6
commit 54faa38920
4 changed files with 79 additions and 2 deletions

View File

@@ -71,5 +71,6 @@ void reboot_normal();
void reboot_rcm();
void power_off();
void exec_cfg(u32 *base, const cfg_op_t *ops, u32 num_ops);
u32 crc32_calc(u32 crc, const u8 *buf, u32 len);
#endif