X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/793c30125088b0e8e4cf3548cb852ac71efd505c..7dcd37fc2e4b0deeda46c22b1604b1e089dff43e:/armsrc/emvdataels.h diff --git a/armsrc/emvdataels.h b/armsrc/emvdataels.h index 6f3b6fde..d88b8797 100644 --- a/armsrc/emvdataels.h +++ b/armsrc/emvdataels.h @@ -1,7 +1,9 @@ //Data elements for EMV transactions. -#include #ifndef __EMVDATAELS_H #define __EMVDATAELS_H + +#include + //Known AIDs extern const uint8_t AID_VISA[5]; extern const uint8_t AID_VISA_DB[7] ; @@ -27,7 +29,7 @@ extern const uint8_t DF_PSE[]; typedef struct{ uint8_t tag[2]; char description[255]; -}tagdescription; +} tagdescription; extern const tagdescription EMV_TAG_LIST[62]; //SW1 return values extern const uint8_t SW1_RESPONSE_BYTES[];