From 15eee175fd6c073e75db12aa24e732145bf245d4 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 23 Oct 2009 15:47:35 +0200 Subject: Initial import of U-Boot environment image creator --- crc32.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 crc32.h (limited to 'crc32.h') 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_ */ -- cgit v1.2.3-54-g00ecf