aboutsummaryrefslogtreecommitdiff
path: root/include/crc32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crc32.h')
-rw-r--r--include/crc32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crc32.h b/include/crc32.h
index affa303..9c1f742 100644
--- a/include/crc32.h
+++ b/include/crc32.h
@@ -8,6 +8,6 @@
#include <stdint.h>
/* Return a 32-bit CRC of the contents of the buffer */
-extern uint32_t crc32(uint32_t val, const void *ss, int len);
+extern uint32_t mtd_crc32(uint32_t val, const void *ss, int len);
#endif /* __CRC32_H__ */