X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2Fftdi.h;h=ab785d9e32d2460bd712296c0615e378e0e74584;hp=ec3d431ee5ebe1fd4949c5030a0eb7aa6791a4a6;hb=ba5329be05b33e08aa836d703989c9fc95c3fca0;hpb=91c9886b7ca18ab9ef613e11e285428b745f768c diff --git a/src/ftdi.h b/src/ftdi.h index ec3d431..ab785d9 100644 --- a/src/ftdi.h +++ b/src/ftdi.h @@ -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 */