]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdlfviking.h
FIX: lf hitag : Mea culpa, simulation should not have reader_field on. thanks to...
[proxmark3-svn] / client / cmdlfviking.h
CommitLineData
a126332a 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//-----------------------------------------------------------------------------
0de8e387 9#ifndef CMDLFVIKING_H__
10#define CMDLFVIKING_H__
11int CmdLFViking(const char *Cmd);
a126332a 12int CmdVikingRead(const char *Cmd);
0de8e387 13int CmdVikingClone(const char *Cmd);
a126332a 14int CmdVikingSim(const char *Cmd);
0de8e387 15#endif
16
Impressum, Datenschutz