X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b6851c194edcb16ef0ec3c13038216cabb6a46e0..1338d245c2ff5930a059d3d1fdea93a535fe6e61:/client/taginfo.h diff --git a/client/taginfo.h b/client/taginfo.h new file mode 100644 index 00000000..6c1d6d42 --- /dev/null +++ b/client/taginfo.h @@ -0,0 +1,13 @@ +//----------------------------------------------------------------------------- +// ISO/IEC 7816-6 manufacturer byte decoding +//----------------------------------------------------------------------------- + +#ifndef MANUFACTURERS_H__ +#define MANUFACTURERS_H__ + +#include + +extern char *getManufacturerName(uint8_t vendorID); +extern char *getChipInfo(uint8_t vendorID, uint8_t chipID); + +#endif