]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdlfviking.h
fix ATR length (#790)
[proxmark3-svn] / client / cmdlfviking.h
CommitLineData
709665b5 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//-----------------------------------------------------------------------------
946a84c3 7// Low frequency viking tag commands
709665b5 8//-----------------------------------------------------------------------------
9#ifndef CMDLFVIKING_H__
10#define CMDLFVIKING_H__
f2fc0a9c 11extern int CmdLFViking(const char *Cmd);
12extern int CmdVikingDemod(const char *Cmd);
13extern int CmdVikingRead(const char *Cmd);
14extern int CmdVikingClone(const char *Cmd);
15extern int CmdVikingSim(const char *Cmd);
709665b5 16#endif
Impressum, Datenschutz