X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6982ac2612c12af9fa65437bf4279007d734cc59..7fe9b0b742d7dae9c5af1d292d11840b5c3cbfae:/common/crc16.h diff --git a/common/crc16.h b/common/crc16.h new file mode 100644 index 00000000..b7e2824c --- /dev/null +++ b/common/crc16.h @@ -0,0 +1,6 @@ +#ifndef CRC16_H__ +#define CRC16_H__ + +unsigned short update_crc16(unsigned short crc, unsigned char c); + +#endif