repo.or.cz
/
legacy-proxmark3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix gcc10 compiler warnings
[legacy-proxmark3.git]
/
client
/
cmdhfmfu.h
blob
8548cd5b0ab86bc1841daacfd198dcd929775303
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