]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf14a.c
move strucrture to .h file
[proxmark3-svn] / client / cmdhf14a.c
index cdaa18cd1ca106960e0f7eb91a875ddea512af6f..f6ed899ae44e3dba4358178193528beba77322fc 100644 (file)
 static int CmdHelp(const char *Cmd);
 static int waitCmd(uint8_t iLen);
 
-// structure and database for uid -> tagtype lookups 
-typedef struct { 
-       uint8_t uid;
-       char* desc;
-} manufactureName; 
-
 const manufactureName manufactureMapping[] = {
        // ID,  "Vendor Country"
        { 0x01, "Motorola UK" },
@@ -93,7 +87,6 @@ const manufactureName manufactureMapping[] = {
        { 0x00, "no tag-info available" } // must be the last entry
 };
 
-
 // get a product description based on the UID
 //             uid[8]  tag uid
 // returns description of the best match       
Impressum, Datenschutz