X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/488d309804afbf92e0e2ebba7e80612e84edca21..5bce72d5e3b5921ac7d8f08eeaa406fd2a53d4b0:/client/cmdlfnexwatch.h diff --git a/client/cmdlfnexwatch.h b/client/cmdlfnexwatch.h new file mode 100644 index 00000000..9d259352 --- /dev/null +++ b/client/cmdlfnexwatch.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 Honeywell NexWatch tag commands +//----------------------------------------------------------------------------- +#ifndef CMDLFNEXWATCH_H__ +#define CMDLFNEXWATCH_H__ +extern int CmdLFNexWatch(const char *Cmd); +extern int CmdFSKdemodParadox(const char *Cmd); +extern int CmdParadoxRead(const char *Cmd); +#endif