X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/4653da43318d7b0ac4de7d313ee7c017af4914cb..c24364a8a4932f51a9b9e255d2ed0c67b9e37c74:/client/cmdlfcotag.h?ds=inline diff --git a/client/cmdlfcotag.h b/client/cmdlfcotag.h index 9bf7407e..dab60513 100644 --- a/client/cmdlfcotag.h +++ b/client/cmdlfcotag.h @@ -11,12 +11,21 @@ #ifndef CMDLFCOTAG_H__ #define CMDLFCOTAG_H__ -#include "proxmark3.h" // Definitions, USB controls, etc +#include "proxmark3.h" // Definitions, USB controls, COTAG_BITS +#include "util.h" // FALSE / TRUE #include "cmddata.h" // getSamples #include "cmdparser.h" // CmdsParse, CmdsHelp #include "cmdmain.h" +#include "ui.h" // PrintAndLog +#include "cmdlf.h" // Setconfig + +#ifndef COTAG_BITS +#define COTAG_BITS 264 +#endif int CmdLFCOTAG(const char *Cmd); int CmdCOTAGRead(const char *Cmd); +int CmdCOTAGDemod(const char *Cmd); +int usage_lf_cotag_read(void); #endif