]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - client/cmdlfpyramid.h
1 //-----------------------------------------------------------------------------
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
6 //-----------------------------------------------------------------------------
7 // Low frequency T55xx commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFPYRAMID_H__
10 #define CMDLFPYRAMID_H__
12 int CmdLFPyramid(const char *Cmd
);
13 int CmdPyramidClone(const char *Cmd
);
14 int CmdPyramidSim(const char *Cmd
);
16 int usage_lf_pyramid_clone(void);
17 int usage_lf_pyramid_sim(void);