mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
revert: add reflect function since its used in crc.c
This commit is contained in:
parent
cf44d04be1
commit
57df6a1a7e
2 changed files with 18 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
|
||||
size_t nbytes(size_t nbits);
|
||||
|
||||
extern uint32_t reflect(uint32_t v, int b); // used in crc.c ...
|
||||
extern uint8_t reflect8(uint8_t b); // dedicated 8bit reversal
|
||||
extern uint16_t reflect16(uint16_t b); // dedicated 16bit reversal
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue