mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
7 lines
111 B
C
7 lines
111 B
C
|
#ifndef CRC16_H__
|
||
|
#define CRC16_H__
|
||
|
|
||
|
unsigned short update_crc16(unsigned short crc, unsigned char c);
|
||
|
|
||
|
#endif
|