]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdlffdx.h
'hf 14b' formatting
[proxmark3-svn] / client / cmdlffdx.h
CommitLineData
4db6f3bb 1//-----------------------------------------------------------------------------
2//
3// This code is licensed to you under the terms of the GNU GPL, version 2 or,
4// at your option, any later version. See the LICENSE.txt file for the text of
5// the license.
6//-----------------------------------------------------------------------------
7// Low frequency fdx-b tag commands
8//-----------------------------------------------------------------------------
9#ifndef CMDLFFDX_H__
10#define CMDLFFDX_H__
11
12extern int CmdLFFdx(const char *Cmd);
13extern int CmdFdxClone(const char *Cmd);
14extern int CmdFdxSim(const char *Cmd);
15extern int CmdFdxRead(const char *Cmd);
16extern int CmdFdxDemod(const char *Cmd);
17#endif
Impressum, Datenschutz