mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
move common util fcts to /common to avoid common files (e.g. crc) to depend on non-common files
This commit is contained in:
parent
8b99df9074
commit
4eaa2fc5aa
19 changed files with 155 additions and 209 deletions
|
@ -10,7 +10,7 @@
|
|||
#define __CRC_H
|
||||
|
||||
#include "common.h" //stdint, stddef, stdbool
|
||||
#include "util.h" // reflect, bswap_16
|
||||
#include "commonutil.h" // reflect, bswap_16
|
||||
|
||||
typedef struct crc_ctx {
|
||||
uint32_t state;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue