X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b2f565142ce739ff94a6f4c55d63a81ffed56759..a9968da347298c146828b97954d135165799659f:/client/cmdlfjablotron.h diff --git a/client/cmdlfjablotron.h b/client/cmdlfjablotron.h new file mode 100644 index 00000000..8e1e3364 --- /dev/null +++ b/client/cmdlfjablotron.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 jablotron tag commands +//----------------------------------------------------------------------------- +#ifndef CMDLFJABLOTRON_H__ +#define CMDLFJABLOTRON_H__ + +extern int CmdLFJablotron(const char *Cmd); +extern int CmdJablotronClone(const char *Cmd); +extern int CmdJablotronSim(const char *Cmd); +extern int CmdJablotronRead(const char *Cmd); +extern int CmdJablotronDemod(const char *Cmd); + +#endif +