]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - client/taginfo.h
6c1d6d420e7c382b2fd95eed6d96f7db04756547
1 //-----------------------------------------------------------------------------
2 // ISO/IEC 7816-6 manufacturer byte decoding
3 //-----------------------------------------------------------------------------
5 #ifndef MANUFACTURERS_H__
6 #define MANUFACTURERS_H__
10 extern char *getManufacturerName(uint8_t vendorID
);
11 extern char *getChipInfo(uint8_t vendorID
, uint8_t chipID
);