X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/2b4898ec7152d275384956a75666bf54c592f963..0fb65a262bcc005402f3c18aa460dc61129323d0:/client/cmdlfindala.h?ds=sidebyside diff --git a/client/cmdlfindala.h b/client/cmdlfindala.h new file mode 100644 index 00000000..78502419 --- /dev/null +++ b/client/cmdlfindala.h @@ -0,0 +1,18 @@ +//----------------------------------------------------------------------------- +// +// 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 Indala commands +//----------------------------------------------------------------------------- + +#ifndef CMDLFINDALA_H__ +#define CMDLFINDALA_H__ + +extern int CmdLFINDALA(const char *Cmd); +extern int CmdIndalaDecode(const char *Cmd); +extern int CmdIndalaRead(const char *Cmd); +extern int CmdIndalaClone(const char *Cmd); + +#endif