]> git.zerfleddert.de Git - proxmark3-svn/blob - common/crc16.h
b7e2824ce9847dd32e02416e0b559560040f675f
[proxmark3-svn] / common / crc16.h
1 #ifndef CRC16_H__
2 #define CRC16_H__
3
4 unsigned short update_crc16(unsigned short crc, unsigned char c);
5
6 #endif
Impressum, Datenschutz