proxmark3/client/cmdhfmfp.h

19 lines
603 B
C
Raw Normal View History

2018-10-24 23:18:05 +08:00
//-----------------------------------------------------------------------------
// Copyright (C) 2018 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.
//-----------------------------------------------------------------------------
// High frequency MIFARE Plus commands
//-----------------------------------------------------------------------------
#ifndef CMDHFMFP_H__
#define CMDHFMFP_H__
2019-02-22 01:15:46 +08:00
#include "mifare/mifaredefault.h"
2018-10-24 23:18:05 +08:00
2019-04-06 06:38:22 +08:00
int CmdHFMFP(const char *Cmd);
2018-10-24 23:18:05 +08:00
2019-03-12 07:12:26 +08:00
#endif