]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - client/cmdlfcotag.h
37009a0b308fd033c07ee18d73c677cd08d0eee9
1 //-----------------------------------------------------------------------------
2 // Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
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 // Low frequency AWID commands
9 //-----------------------------------------------------------------------------
11 #ifndef CMDLFCOTAG_H__
12 #define CMDLFCOTAG_H__
14 #include "util.h" // FALSE / TRUE
15 #include "proxmark3.h" // Definitions, USB controls, etc
16 #include "cmddata.h" // getSamples
17 #include "cmdparser.h" // CmdsParse, CmdsHelp
19 #include "ui.h" // PrintAndLog
20 #include "cmdlf.h" // Setconfig
22 int CmdLFCOTAG(const char *Cmd
);
23 int CmdCOTAGRead(const char *Cmd
);