mirror of
https://github.com/Proxmark/proxmark3.git
synced 2024-11-21 04:50:14 -08:00
17 lines
545 B
C
17 lines
545 B
C
//-----------------------------------------------------------------------------
|
|
// Copyright (C) 2017 Merlok
|
|
//
|
|
// This code is licensed to you under the terms of the GNU GPL, version 2 or,
|
|
// at your option, any later version. See the LICENSE.txt file for the text of
|
|
// the license.
|
|
//-----------------------------------------------------------------------------
|
|
// EMV commands
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#ifndef CMDEMV_H__
|
|
#define CMDEMV_H__
|
|
|
|
extern int CmdEMV(const char *Cmd);
|
|
|
|
#endif
|