]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/iso14443b.h
CHG: some minor adjustments.
[proxmark3-svn] / armsrc / iso14443b.h
index f2cf74a565fa2cd8a9456327d62695b21e4f65d1..885d8730cc6b5973794f254694810c697f22de4c 100644 (file)
 #ifndef __ISO14443B_H
 #define __ISO14443B_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #include "proxmark3.h"
-#include "common.h"
+#include "common.h"    // access to global variable: MF_DBGLEVEL
 #include "apps.h"
 #include "util.h"
 #include "string.h"
 
 #include "mifare.h"
 #include "protocols.h"
-#include "mifareutil.h"                // access to global variable: MF_DBGLEVEL
-
-#ifdef __cplusplus
-extern "C" {
-#endif
+//#include "mifareutil.h"      
 
 extern void AppendCrc14443b(uint8_t *data, int len);
 void SendRawCommand14443B_Ex(UsbCommand *c);
Impressum, Datenschutz