X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/49ec6d1d1bfbf2d176e392e20b44be61538b7fad..e98300f2455f72b64df737b3a81c072b6b3761e3:/client/cmdlft55xx.h?ds=inline diff --git a/client/cmdlft55xx.h b/client/cmdlft55xx.h new file mode 100644 index 00000000..25503e87 --- /dev/null +++ b/client/cmdlft55xx.h @@ -0,0 +1,21 @@ +//----------------------------------------------------------------------------- +// +// This code is licensed to you under the terms of the GNU GPL, version 2 or, +// at your option, any later version. See the LICENSE.txt file for the text of +// the license. +//----------------------------------------------------------------------------- +// Low frequency T55xx commands +//----------------------------------------------------------------------------- + +#ifndef CMDLFT55XX_H__ +#define CMDLFT55XX_H__ + +int CmdLFT55XX(const char *Cmd); + +int CmdReadBlk(const char *Cmd); +int CmdReadBlkPWD(const char *Cmd); +int CmdWriteBlk(const char *Cmd); +int CmdWriteBLkPWD(const char *Cmd); +int CmdReadTrace(const char *Cmd); + +#endif