]> git.zerfleddert.de Git - proxmark3-svn/blame - client/cmdhw.h
fix emv search behavior
[proxmark3-svn] / client / cmdhw.h
CommitLineData
a553f267 1//-----------------------------------------------------------------------------
2// Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
3//
4// This code is licensed to you under the terms of the GNU GPL, version 2 or,
5// at your option, any later version. See the LICENSE.txt file for the text of
6// the license.
7//-----------------------------------------------------------------------------
8// Hardware commands
9//-----------------------------------------------------------------------------
10
7fe9b0b7 11#ifndef CMDHW_H__
12#define CMDHW_H__
13
a9104f7e 14#include <stdbool.h>
15
7fe9b0b7 16int CmdHW(const char *Cmd);
17
18int CmdDetectReader(const char *Cmd);
19int CmdFPGAOff(const char *Cmd);
20int CmdLCD(const char *Cmd);
21int CmdLCDReset(const char *Cmd);
22int CmdReadmem(const char *Cmd);
23int CmdReset(const char *Cmd);
24int CmdSetDivisor(const char *Cmd);
25int CmdSetMux(const char *Cmd);
26int CmdTune(const char *Cmd);
27int CmdVersion(const char *Cmd);
a9104f7e 28bool PM3hasSmartcardSlot(void);
7fe9b0b7 29
30#endif
Impressum, Datenschutz