mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
crc-mi4: use const lookup table for crc
This doesn't touch external tools as I see no need for. Change-Id: Ia69248c4b6a033c3772916525257e3540bddcffa Reviewed-on: http://gerrit.rockbox.org/891 Tested: Sebastian Leonhardt <sebastian.leonhardt@web.de> Reviewed-by: Marcin Bukat <marcin.bukat@gmail.com>
This commit is contained in:
parent
d188661d4c
commit
e557951c94
6 changed files with 45 additions and 41 deletions
|
|
@ -22,6 +22,4 @@
|
|||
#define _CRC32_MI4_H
|
||||
|
||||
unsigned int chksum_crc32 (unsigned char *block, unsigned int length);
|
||||
void chksum_crc32gentab (void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue