proxmark3/client/cmdhfmfdesfire_disabled.h

9 lines
117 B
C
Raw Normal View History

2019-04-08 18:58:26 +08:00
#ifndef __MFDESFIRE_AD_H
#define __MFDESFIRE_AD_H
#include "common.h"
int CmdHFMFDesfire(const char *Cmd);
2019-04-08 18:58:26 +08:00
2019-04-10 15:47:36 +08:00
#endif