Removed openssl from the mfu-stuff
[legacy-proxmark3.git] / client / cmdlft55xx.h
blob25503e8708f5c4fc0303e73824071c4451e564b5
1 //-----------------------------------------------------------------------------
2 //
3 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
4 // at your option, any later version. See the LICENSE.txt file for the text of
5 // the license.
6 //-----------------------------------------------------------------------------
7 // Low frequency T55xx commands
8 //-----------------------------------------------------------------------------
10 #ifndef CMDLFT55XX_H__
11 #define CMDLFT55XX_H__
13 int CmdLFT55XX(const char *Cmd);
15 int CmdReadBlk(const char *Cmd);
16 int CmdReadBlkPWD(const char *Cmd);
17 int CmdWriteBlk(const char *Cmd);
18 int CmdWriteBLkPWD(const char *Cmd);
19 int CmdReadTrace(const char *Cmd);
21 #endif