textual
[RRG-proxmark3.git] / client / src / cmdflashmemspiffs.h
blob385d7840138fc3f0069f33d904ff89eb5e67674b
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2018 iceman
3 //
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
6 // the license.
7 //-----------------------------------------------------------------------------
8 // Proxmark3 RDV40 Flash memory commands
9 //-----------------------------------------------------------------------------
11 #ifndef CMDFLASHMEMSPIFFS_H__
12 #define CMDFLASHMEMSPIFFS_H__
14 #include "common.h"
16 int CmdFlashMemSpiFFS(const char *Cmd);
17 int flashmem_spiffs_load(char *destfn, uint8_t *data, size_t datalen);
19 #endif