chg: 'hf emv' changes from @merlokk EMV4 commit

This commit is contained in:
iceman1001 2017-12-24 10:26:47 +01:00
commit a3ec7fd21f
32 changed files with 4157 additions and 3898 deletions

View file

@ -26,8 +26,6 @@
#include "emvcore.h"
#include "apduinfo.h"
#define TLV_ADD(tag, value)( tlvdb_add(tlvRoot, tlvdb_fixed(tag, sizeof(value) - 1, (const unsigned char *)value)) )
int CmdHFEMV(const char *Cmd);
extern int CmdHFEMVSelect(const char *cmd);