Files
proxmark3/client/src/cmdhfxerox.h
T
2022-07-07 23:26:10 +02:00

14 lines
360 B
C

//-----------------------------------------------------------------------------
// High frequency Xerox commands (ISO14443B)
//-----------------------------------------------------------------------------
#ifndef CMDHFXEROX_H__
#define CMDHFXEROX_H__
#include "common.h"
int CmdHFXerox(const char *Cmd);
int read_xerox_uid(bool loop, bool verbose);
#endif