]>
Commit | Line | Data |
---|---|---|
f38a1528 | 1 | #ifndef __DESFIRE_CRYPTO_H |
2 | #define __DESFIRE_CRYPTO_H | |
3 | ||
53d5dc64 | 4 | #ifdef __cplusplus |
5 | extern "C" { | |
6 | #endif | |
7 | ||
f38a1528 | 8 | #include <string.h> |
53d5dc64 | 9 | //#include "apps.h" |
10 | #include "crc32.h" | |
f38a1528 | 11 | #include "printf.h" |
53d5dc64 | 12 | #include "desfire.h" |
f38a1528 | 13 | #include "iso14443a.h" |
53d5dc64 | 14 | |
15 | #ifdef __cplusplus | |
16 | } | |
17 | #endif | |
f38a1528 | 18 | |
f38a1528 | 19 | #endif |