X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/593924e751322492335634fca20e70d112becbac..cee5a30d53c7aff4c4830eae53eaf58414ecf806:/client/cmdhficlass.h diff --git a/client/cmdhficlass.h b/client/cmdhficlass.h new file mode 100644 index 00000000..a8ae4d3e --- /dev/null +++ b/client/cmdhficlass.h @@ -0,0 +1,20 @@ +//----------------------------------------------------------------------------- +// Copyright (C) 2010 iZsh +// Copyright (C) 2011 Gerhard de Koning Gans +// +// 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 iClass support +//----------------------------------------------------------------------------- + +#ifndef CMDHFICLASS_H__ +#define CMDHFICLASS_H__ + +int CmdHFiClass(const char *Cmd); + +int CmdHFiClassSnoop(const char *Cmd); +int CmdHFiClassList(const char *Cmd); + +#endif