]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf14a.h
move strucrture to .h file
[proxmark3-svn] / client / cmdhf14a.h
index 0b58a55ada4edd53dfa34279f564ade19fd3125e..407cf07dec907ce8ecfbe2acc4eebd314b97cc1e 100644 (file)
 #include "cmdhfmfu.h"
 #include "mifarehost.h"
 
+// structure and database for uid -> tagtype lookups 
+typedef struct { 
+       uint8_t uid;
+       char* desc;
+} manufactureName; 
+
 int CmdHF14A(const char *Cmd);
 int CmdHF14AList(const char *Cmd);
 int CmdHF14AMifare(const char *Cmd);
Impressum, Datenschutz