]> git.zerfleddert.de Git - proxmark3-svn/blame_incremental - client/emv/cmdemv.h
Add: Emv first part of commands
[proxmark3-svn] / client / emv / cmdemv.h
... / ...
CommitLineData
1//-----------------------------------------------------------------------------
2// Copyright (C) 2017 Merlok
3//
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// EMV commands
9//-----------------------------------------------------------------------------
10
11#ifndef CMDEMV_H__
12#define CMDEMV_H__
13
14#include <stdio.h>
15#include <stdlib.h>
16#include <inttypes.h>
17#include <string.h>
18#include "proxmark3.h"
19#include "ui.h"
20#include "cmdparser.h"
21#include "common.h"
22#include "util.h"
23#include "util_posix.h"
24#include "cmdmain.h"
25#include "emvcore.h"
26#include "apduinfo.h"
27
28int CmdHFEMV(const char *Cmd);
29
30
31#endif
Impressum, Datenschutz