mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-06-03 17:31:31 +00:00
14 lines
360 B
C
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
|