mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-09-25 15:34:07 +00:00
Added `hf secc` to build a base for simulating basic function of iclass SE config cards
10 lines
112 B
C
10 lines
112 B
C
|
|
#ifndef CMDHFSECC_H__
|
|
#define CMDHFSECC_H__
|
|
|
|
#include "common.h"
|
|
|
|
int CmdHFHIDConfig(const char *Cmd);
|
|
|
|
#endif
|