]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/iso15693tools.h
update travis config (#662)
[proxmark3-svn] / common / iso15693tools.h
index fff008ff7b1c0b1a44cd288d09c041973ac55de0..ec63728fe1a50604f849ef6ae213f1ecd81554e2 100644 (file)
@@ -1,5 +1,5 @@
 // ISO15693 commons
-// Adrian Dabrowski 2010, GPLv2
+// Adrian Dabrowski 2010 and others, GPLv2
 
 #ifndef ISO15693_H__
 #define ISO15693_H__
@@ -70,6 +70,7 @@
 uint16_t Iso15693Crc(uint8_t *v, int n);
 int Iso15693AddCrc(uint8_t *req, int n);
 char* Iso15693sprintUID(char *target,uint8_t *uid);
+unsigned short iclass_crc16(char *data_p, unsigned short length);
 
 //-----------------------------------------------------------------------------
 // Map a sequence of octets (~layer 2 command) into the set of bits to feed
Impressum, Datenschutz