X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/4653da43318d7b0ac4de7d313ee7c017af4914cb..7dfa1b021e67a062961fdd87c24c1c7a582a5bb1:/client/cmdlfcotag.h 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