]> git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdhf14b.h
Add missing includes
[proxmark3-svn] / client / cmdhf14b.h
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 // High frequency ISO14443B commands
9 //-----------------------------------------------------------------------------
10
11 #ifndef CMDHF14B_H__
12 #define CMDHF14B_H__
13
14 #include <stdbool.h>
15
16 int CmdHF14B(const char *Cmd);
17 int CmdHF14BList(const char *Cmd);
18 int CmdHF14BInfo(const char *Cmd);
19 int CmdHF14BSim(const char *Cmd);
20 int CmdHF14BSnoop(const char *Cmd);
21 int CmdSri512Read(const char *Cmd);
22 int CmdSrix4kRead(const char *Cmd);
23 int CmdHF14BWrite( const char *cmd);
24 int infoHF14B(bool verbose);
25
26 #endif
Impressum, Datenschutz