X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/f2d46122d30004b152f9c581a438b9939707bab9..57e1e31dce70a58da1736b9579a869c1df313a13:/armsrc/desfire_crypto.h diff --git a/armsrc/desfire_crypto.h b/armsrc/desfire_crypto.h index 698f11e3..7be85bfb 100644 --- a/armsrc/desfire_crypto.h +++ b/armsrc/desfire_crypto.h @@ -1,14 +1,19 @@ #ifndef __DESFIRE_CRYPTO_H #define __DESFIRE_CRYPTO_H +#ifdef __cplusplus +extern "C" { +#endif + #include -#include -#include +//#include "apps.h" +#include "crc32.h" #include "printf.h" - +#include "desfire.h" #include "iso14443a.h" -#include "../common/desfire.h" -#include "des.h" -//#include "aes.h" + +#ifdef __cplusplus +} +#endif #endif