X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/300bb58ac13c6f52ad7070fe420305db80cbc30e..8b6abef506d69e3906c95a532e6ece5e71462e96:/client/cmdlfvisa2000.h diff --git a/client/cmdlfvisa2000.h b/client/cmdlfvisa2000.h new file mode 100644 index 00000000..611768b2 --- /dev/null +++ b/client/cmdlfvisa2000.h @@ -0,0 +1,19 @@ +//----------------------------------------------------------------------------- +// +// 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 CMDLFVISA2000_H__ +#define CMDLFVISA2000_H__ +#include +extern int CmdLFVisa2k(const char *Cmd); +extern int CmdVisa2kClone(const char *Cmd); +extern int CmdVisa2kSim(const char *Cmd); +extern int CmdVisa2kRead(const char *Cmd); +extern int CmdVisa2kDemod(const char *Cmd); + +#endif +