1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2018 iceman
4 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
5 // at your option, any later version. See the LICENSE.txt file for the text of
7 //-----------------------------------------------------------------------------
8 // Proxmark3 RDV40 Flash memory commands
9 //-----------------------------------------------------------------------------
11 #ifndef CMDFLASHMEM_H__
12 #define CMDFLASHMEM_H__
15 #include "pmflash.h" // rdv40validation_t
24 int CmdFlashMem(const char *Cmd
);
25 int rdv4_get_signature(rdv40_validation_t
*out
);
26 int rdv4_validate(rdv40_validation_t
*mem
);