X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b1013281d38ef0184fc29ae421ab98e7c8a6b3bf..8361ba2266a46d4d2962f3b55779fa0181e11c6f:/common/iso14443crc.h diff --git a/common/iso14443crc.h b/common/iso14443crc.h index 4b1fb7e8..9373d951 100644 --- a/common/iso14443crc.h +++ b/common/iso14443crc.h @@ -18,6 +18,7 @@ #define CRC_14443_B 0xFFFF /* ISO/IEC 13239 (formerly ISO/IEC 3309) */ #define CRC_ICLASS 0xE012 /* ICLASS PREFIX */ +unsigned short UpdateCrc14443(unsigned char ch, unsigned short *lpwCrc); void ComputeCrc14443(int CrcType, const unsigned char *Data, int Length, unsigned char *TransmitFirst,