]> git.zerfleddert.de Git - proxmark3-svn/blame - armsrc/emvcmd.h
CHG: added some comments when changing the HAS_512_FLASH macro directive.
[proxmark3-svn] / armsrc / emvcmd.h
CommitLineData
9206d3b0 1//------------------------------------------------------------------------------
2// Peter Fillmore -2012
3// Based off MIFARECMD code
4// This code is licensed to you under the terms of the GNU GPL, version 2 or,
5// at your option, any later version. See the LICENSE.txt file for the text of
6// the license.
7//-----------------------------------------------------------------------------
8// Routines to support EMV Transactions.
9//-----------------------------------------------------------------------------
10
11#ifndef __EMVCMD_H
12#define __EMVCMD_H
13
14#include "proxmark3.h"
53d5dc64 15#include "common.h"
9206d3b0 16#include "apps.h"
17#include "util.h"
18#include "string.h"
9206d3b0 19#include "iso14443crc.h"
20#include "iso14443a.h"
53d5dc64 21#include "mifare.h"
22#include "emvcmd.h"
9206d3b0 23#include "emvutil.h"
53d5dc64 24#include "emvdataels.h"
9206d3b0 25#include "emvcard.h"
26
27#define VISA_DCVV 0
28#define VISA_CVN17 1
29#define VISA_FDDA 2
30#define VISA_EMV 3
31
32#define MASTERCARD_MSR 0
33#define MASTERCARD_MCHIP 1
34#endif
Impressum, Datenschutz