mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 00:25:48 +08:00
8 lines
205 B
C
8 lines
205 B
C
#ifndef __LF_HIDFCBRUTE_H
|
|
#define __LF_HIDFCBRUTE_H
|
|
|
|
#include <stdint.h>
|
|
|
|
void hid_calculate_checksum_and_set(uint32_t *high, uint32_t *low, uint32_t cardnum, uint32_t fc);
|
|
|
|
#endif /* __LF_HIDFCBRUTE_H */
|