]> git.kernelconcepts.de Git - metawatch.git/blobdiff - crc16ccitt.h
Add CRC16 with reverse bit order
[metawatch.git] / crc16ccitt.h
diff --git a/crc16ccitt.h b/crc16ccitt.h
new file mode 100644 (file)
index 0000000..d9ade56
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef _CRC16_h
+#define _CRC16_H
+
+void crc16ccitt_init(void);
+unsigned short crc16ccitt (unsigned char *data, int len);
+
+#endif