From dc8703206e3f0f69605c56d0e1127f7e17f3476a Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Tue, 4 Jun 2019 14:34:27 +0200 Subject: Initial commit --- testing/yup-comm/utils/crc32q.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/yup-comm/utils/crc32q.h (limited to 'testing/yup-comm/utils/crc32q.h') diff --git a/testing/yup-comm/utils/crc32q.h b/testing/yup-comm/utils/crc32q.h new file mode 100644 index 0000000..54ea16d --- /dev/null +++ b/testing/yup-comm/utils/crc32q.h @@ -0,0 +1,12 @@ +/* Author: Jan Sucan */ + +#ifndef CRC32Q_H_ +#define CRC32Q_H_ + +#include +#include + +void crc32q_init(void); +uint32_t crc32q(const void * const buf, size_t size); + +#endif /* CRC32Q_H_ */ \ No newline at end of file -- cgit v1.2.3