fixes entering bootload messages to be less scary
[RRG-proxmark3.git] / client / src / cmdhfxerox.h
blob6e3d55635b64098210d4c85f35a39ed71a62a3a6
1 //-----------------------------------------------------------------------------
2 // High frequency Xerox commands (ISO14443B)
3 //-----------------------------------------------------------------------------
5 #ifndef CMDHFXEROX_H__
6 #define CMDHFXEROX_H__
8 #include "common.h"
10 int CmdHFXerox(const char *Cmd);
11 int read_xerox_uid(bool loop, bool verbose);
13 #endif