X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/0de81725edf1be78294bc54600fb7c295c1fd68d..165b92dc3558e43e61c3625e748e15cb270e7ab3:/armsrc/iso14443b.h diff --git a/armsrc/iso14443b.h b/armsrc/iso14443b.h index f2cf74a5..885d8730 100644 --- a/armsrc/iso14443b.h +++ b/armsrc/iso14443b.h @@ -13,8 +13,12 @@ #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" @@ -22,11 +26,7 @@ #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);