summaryrefslogtreecommitdiffstats
path: root/firmware/include/crc32-mi4.h
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2014-07-04 08:39:56 +0200
committerMarcin Bukat <marcin.bukat@gmail.com>2014-07-07 12:54:50 +0200
commite557951c94c1efa769900257e466900f0ffeb53b (patch)
tree69e8da62ebf37cab704fe7357a461c173abd542b /firmware/include/crc32-mi4.h
parentd188661d4c69443523f994eb2d5b96e188086d3d (diff)
downloadrockbox-e557951c94c1efa769900257e466900f0ffeb53b.tar.gz
rockbox-e557951c94c1efa769900257e466900f0ffeb53b.zip
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>
Diffstat (limited to 'firmware/include/crc32-mi4.h')
-rw-r--r--firmware/include/crc32-mi4.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/include/crc32-mi4.h b/firmware/include/crc32-mi4.h
index e23398683d..431757271a 100644
--- a/firmware/include/crc32-mi4.h
+++ b/firmware/include/crc32-mi4.h
@@ -22,6 +22,4 @@
#define _CRC32_MI4_H
unsigned int chksum_crc32 (unsigned char *block, unsigned int length);
-void chksum_crc32gentab (void);
-
#endif