]> git.zerfleddert.de Git - proxmark3-svn/blob - client/cmdhfmfu.h
Add missing includes
[proxmark3-svn] / client / cmdhfmfu.h
1 #ifndef CMDHFMFU_H__
2 #define CMDHFMFU_H__
3
4 #include <stdint.h>
5
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);
9
10 #endif
Impressum, Datenschutz