mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 19:59:34 +08:00
chg. prep for eload..
This commit is contained in:
parent
cbca61f6ba
commit
94f6a402e8
1 changed files with 4 additions and 0 deletions
|
@ -229,6 +229,10 @@ typedef struct {
|
||||||
uint8_t key[6];
|
uint8_t key[6];
|
||||||
} PACKED mf_readblock_t;
|
} PACKED mf_readblock_t;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
uint8_t sectorcnt;
|
||||||
|
uint8_t keytype;
|
||||||
|
} PACKED mfc_eload_t;
|
||||||
|
|
||||||
// For the bootloader
|
// For the bootloader
|
||||||
#define CMD_DEVICE_INFO 0x0000
|
#define CMD_DEVICE_INFO 0x0000
|
||||||
|
|
Loading…
Reference in a new issue