mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-15 19:17:26 -07:00
CHG: moved into header files.
This commit is contained in:
parent
0ccf8adac4
commit
e36b07efc4
7 changed files with 15 additions and 15 deletions
|
@ -9,7 +9,7 @@
|
|||
#define __CRC16_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "util.h"
|
||||
#include "util.h" // SwapBits
|
||||
|
||||
unsigned short update_crc16(unsigned short crc, unsigned char c);
|
||||
uint16_t crc16(uint8_t const *message, int length, uint16_t remainder, uint16_t polynomial);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue