textual
[RRG-proxmark3.git] / client / src / cmdhfthinfilm.h
blob48130f9629909db18b97f7fff0fdaa7b27956fcc
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2019 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 // Thinfilm commands
9 //-----------------------------------------------------------------------------
11 #ifndef CMDHFTHINFILM_H__
12 #define CMDHFTHINFILM_H__
14 #include "common.h"
16 int infoThinFilm(bool verbose);
18 int CmdHFThinfilm(const char *Cmd);
19 int CmdHfThinFilmInfo(const char *Cmd);
20 int CmdHfThinFilmSim(const char *Cmd);
22 #endif