X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/488d309804afbf92e0e2ebba7e80612e84edca21..5bce72d5e3b5921ac7d8f08eeaa406fd2a53d4b0:/client/cmdlfparadox.h diff --git a/client/cmdlfparadox.h b/client/cmdlfparadox.h new file mode 100644 index 00000000..997787f2 --- /dev/null +++ b/client/cmdlfparadox.h @@ -0,0 +1,14 @@ +//----------------------------------------------------------------------------- +// +// 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 Paradox tag commands +//----------------------------------------------------------------------------- +#ifndef CMDLFPARADOX_H__ +#define CMDLFPARADOX_H__ +extern int CmdLFParadox(const char *Cmd); +extern int CmdFSKdemodParadox(const char *Cmd); +extern int CmdParadoxRead(const char *Cmd); +#endif