mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +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];
|
||||
} PACKED mf_readblock_t;
|
||||
|
||||
typedef struct {
|
||||
uint8_t sectorcnt;
|
||||
uint8_t keytype;
|
||||
} PACKED mfc_eload_t;
|
||||
|
||||
// For the bootloader
|
||||
#define CMD_DEVICE_INFO 0x0000
|
||||
|
|
Loading…
Reference in a new issue