chg: moved to header file
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
|
// ICEMAN 2017, this file looks similar to emvdataels.h headerfile.
|
||||||
|
|
||||||
//Data elements for EMV transactions.
|
//Data elements for EMV transactions.
|
||||||
#include <stdint.h>
|
|
||||||
#ifndef __EMVDATAELS_H
|
#ifndef __EMVDATAELS_H
|
||||||
#define __EMVDATAELS_H
|
#define __EMVDATAELS_H
|
||||||
#include "emvdataels.h"
|
#include "emvdataels.h"
|
||||||
@@ -123,5 +125,4 @@ const tagdescription EMV_TAG_LIST[] = {
|
|||||||
|
|
||||||
//human readable error messages
|
//human readable error messages
|
||||||
|
|
||||||
|
|
||||||
#endif //__EMVDATAELS_H
|
#endif //__EMVDATAELS_H
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
//Data elements for EMV transactions.
|
//Data elements for EMV transactions.
|
||||||
#include <stdint.h>
|
|
||||||
#ifndef __EMVDATAELS_H
|
#ifndef __EMVDATAELS_H
|
||||||
#define __EMVDATAELS_H
|
#define __EMVDATAELS_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
//Known AIDs
|
//Known AIDs
|
||||||
extern const uint8_t AID_VISA[5];
|
extern const uint8_t AID_VISA[5];
|
||||||
extern const uint8_t AID_VISA_DB[7] ;
|
extern const uint8_t AID_VISA_DB[7] ;
|
||||||
|
|||||||
Reference in New Issue
Block a user