desfire readdata fct, now deals with both INS cases
[RRG-proxmark3.git] / common / default_version.c
blob0f42590e838326299a03a850a19327c7dc94c312
1 #include "common.h"
2 /* This is the default version.c file that Makefile.common falls back to if neither sh nor perl are available */
3 #ifndef ON_DEVICE
4 #define SECTVERSINFO
5 #else
6 #define SECTVERSINFO __attribute__((section(".version_information")))
7 #endif
9 const struct version_information SECTVERSINFO version_information = {
10 VERSION_INFORMATION_MAGIC,
11 1, /* version 1 */
12 0, /* version information not present */
13 2, /* cleanliness couldn't be determined */
14 /* Remaining fields: zero */