]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdlfpyramid.h
Code cleanup: Refactoring nonce2key
[proxmark3-svn] / client / cmdlfpyramid.h
CommitLineData
6923d3f1 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 T55xx commands
8//-----------------------------------------------------------------------------
9#ifndef CMDLFPYRAMID_H__
10#define CMDLFPYRAMID_H__
6923d3f1 11
12int CmdLFPyramid(const char *Cmd);
13int CmdPyramidClone(const char *Cmd);
14int CmdPyramidSim(const char *Cmd);
15
16int usage_lf_pyramid_clone(void);
17int usage_lf_pyramid_sim(void);
18#endif
19
Impressum, Datenschutz