]> git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdlfvisa2000.h
Merge pull request #248 from marshmellow42/master
[proxmark3-svn] / client / cmdlfvisa2000.h
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 visa 2000 commands
8 //-----------------------------------------------------------------------------
9 #ifndef CMDLFVISA2000_H__
10 #define CMDLFVISA2000_H__
11 #include <inttypes.h>
12 extern int CmdLFVisa2k(const char *Cmd);
13 extern int CmdVisa2kClone(const char *Cmd);
14 extern int CmdVisa2kSim(const char *Cmd);
15 extern int CmdVisa2kRead(const char *Cmd);
16 extern int CmdVisa2kDemod(const char *Cmd);
17
18 #endif
19
Impressum, Datenschutz