]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhw.h
Emv scan via contact interface (#789)
[proxmark3-svn] / client / cmdhw.h
index 3a85bc73130b3863da62d5d5ce844bf49e746540..2db2fecc46d066eb1cfbad9f2ec6c9ce48ace8dd 100644 (file)
@@ -1,6 +1,18 @@
+//-----------------------------------------------------------------------------
+// Copyright (C) 2010 iZsh <izsh at fail0verflow.com>
+//
+// 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.
+//-----------------------------------------------------------------------------
+// Hardware commands
+//-----------------------------------------------------------------------------
+
 #ifndef CMDHW_H__
 #define CMDHW_H__
 
+#include <stdbool.h>
+
 int CmdHW(const char *Cmd);
 
 int CmdDetectReader(const char *Cmd);
@@ -13,5 +25,6 @@ int CmdSetDivisor(const char *Cmd);
 int CmdSetMux(const char *Cmd);
 int CmdTune(const char *Cmd);
 int CmdVersion(const char *Cmd);
+bool PM3hasSmartcardSlot(void);
 
 #endif
Impressum, Datenschutz