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 CMDFLASHMEMSPIFFS_H__
12 #define CMDFLASHMEMSPIFFS_H__
16 int CmdFlashMemSpiFFS(const char *Cmd
);
17 int flashmem_spiffs_load(char *destfn
, uint8_t *data
, size_t datalen
);