Added ftdi_eeprom_decode()
[libftdi] / src / ftdi.h
index ec3d431..ab785d9 100644 (file)
@@ -322,6 +322,7 @@ extern "C" {
     /* init and build eeprom from ftdi_eeprom structure */
     void ftdi_eeprom_initdefaults(struct ftdi_eeprom *eeprom);
     int  ftdi_eeprom_build(struct ftdi_eeprom *eeprom, unsigned char *output);
+    void ftdi_eeprom_decode(struct ftdi_eeprom *eeprom, unsigned char *output);
 
     /* "eeprom" needs to be valid 128 byte eeprom (generated by the eeprom generator)
        the checksum of the eeprom is valided */