X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/86fdf240e08493c3fc6cb92900ebc7bcb3a5ee84..905c55de2bbe642412b47ed4e92344096c817fac:/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,