]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/taginfo.h
chip manufacturer and type identification: (#796)
[proxmark3-svn] / client / taginfo.h
diff --git a/client/taginfo.h b/client/taginfo.h
new file mode 100644 (file)
index 0000000..6c1d6d4
--- /dev/null
@@ -0,0 +1,13 @@
+//-----------------------------------------------------------------------------
+// ISO/IEC 7816-6 manufacturer byte decoding
+//-----------------------------------------------------------------------------
+
+#ifndef MANUFACTURERS_H__
+#define MANUFACTURERS_H__
+
+#include <stdint.h>
+
+extern char *getManufacturerName(uint8_t vendorID);
+extern char *getChipInfo(uint8_t vendorID, uint8_t chipID);
+
+#endif
Impressum, Datenschutz