summaryrefslogtreecommitdiff
path: root/crc32.h
diff options
context:
space:
mode:
authorTobias Klauser <klto@zhaw.ch>2009-10-23 15:47:35 +0200
committerTobias Klauser <klto@zhaw.ch>2009-10-23 15:47:35 +0200
commit15eee175fd6c073e75db12aa24e732145bf245d4 (patch)
treed1ea1ea1ca19bb941d69bc1962a101f6a56e3099 /crc32.h
Initial import of U-Boot environment image creator
Diffstat (limited to 'crc32.h')
-rw-r--r--crc32.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crc32.h b/crc32.h
new file mode 100644
index 0000000..72da4e0
--- /dev/null
+++ b/crc32.h
@@ -0,0 +1,6 @@
+#ifndef _CRC32_H_
+#define _CRC32_H_
+
+extern uint32_t crc32(uint32_t crc, unsigned char *buf, size_t len);
+
+#endif /* _CRC32_H_ */