Fix gcc10 compiler warnings
[legacy-proxmark3.git] / client / cmdhfmfu.h
blob8548cd5b0ab86bc1841daacfd198dcd929775303
1 #ifndef CMDHFMFU_H__
2 #define CMDHFMFU_H__
4 #include <stdint.h>
6 extern int CmdHFMFUltra(const char *Cmd);
7 extern uint32_t GetHF14AMfU_Type(void);
8 extern int ul_print_type(uint32_t tagtype, uint8_t spacer);
10 #endif