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