X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7dcd37fc2e4b0deeda46c22b1604b1e089dff43e..bf5d7992ce29e9fb006a5b6770bd3457b9b0f18b:/armsrc/emvdataels.h diff --git a/armsrc/emvdataels.h b/armsrc/emvdataels.h index d88b8797..ad46e9f4 100644 --- a/armsrc/emvdataels.h +++ b/armsrc/emvdataels.h @@ -4,6 +4,8 @@ #include +typedef struct tagdescription tagdescription; + //Known AIDs extern const uint8_t AID_VISA[5]; extern const uint8_t AID_VISA_DB[7] ; @@ -25,12 +27,6 @@ extern const uint8_t AID_ALIAS[7]; //Master data file for PSE extern const uint8_t DF_PSE[]; - -typedef struct{ - uint8_t tag[2]; - char description[255]; -} tagdescription; - extern const tagdescription EMV_TAG_LIST[62]; //SW1 return values extern const uint8_t SW1_RESPONSE_BYTES[]; extern const uint8_t SW1_WRONG_LENGTH[] ;