mirror of
https://github.com/Proxmark/proxmark3.git
synced 2024-11-11 01:35:51 +08:00
4be9f36ebe
* use PrintAndLogEx() * fix some printouts * some #include refactoring * whitespace
10 lines
214 B
C
10 lines
214 B
C
#ifndef CMDHFMFU_H__
|
|
#define CMDHFMFU_H__
|
|
|
|
#include <stdint.h>
|
|
|
|
extern int CmdHFMFUltra(const char *Cmd);
|
|
extern uint32_t GetHF14AMfU_Type(void);
|
|
extern int ul_print_type(uint32_t tagtype, uint8_t spacer);
|
|
|
|
#endif
|