]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/crc16.h
Client cleanup and restructuring. Stage 1...
[proxmark3-svn] / common / crc16.h
diff --git a/common/crc16.h b/common/crc16.h
new file mode 100644 (file)
index 0000000..b7e2824
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef CRC16_H__
+#define CRC16_H__
+
+unsigned short update_crc16(unsigned short crc, unsigned char c);
+
+#endif
Impressum, Datenschutz