X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7fe9b0b742d7dae9c5af1d292d11840b5c3cbfae..6b34699adc3fb9821a5053c1f863957c52998729:/client/cmdhf15.h diff --git a/client/cmdhf15.h b/client/cmdhf15.h index e7ca32ef..89cbd259 100644 --- a/client/cmdhf15.h +++ b/client/cmdhf15.h @@ -1,11 +1,19 @@ +//----------------------------------------------------------------------------- +// Copyright (C) 2010 iZsh +// +// This code is licensed to you under the terms of the GNU GPL, version 2 or, +// at your option, any later version. See the LICENSE.txt file for the text of +// the license. +//----------------------------------------------------------------------------- +// High frequency ISO15693 commands +//----------------------------------------------------------------------------- + #ifndef CMDHF15_H__ #define CMDHF15_H__ -int CmdHF15(const char *Cmd); +#include -int CmdHF15Demod(const char *Cmd); -int CmdHF15Read(const char *Cmd); -int CmdHF15Reader(const char *Cmd); -int CmdHF15Sim(const char *Cmd); +extern int CmdHF15(const char *Cmd); +extern int HF15Reader(const char *Cmd, bool verbose); #endif