X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2Fftdi.h;h=aaa77448b1e3202f0d05aae38b0afa9483cbf978;hp=e7c226827b016e08acb09b2df8b5816884a86925;hb=95ac1ca2f571a87170fa5578412ef5cb64a941e0;hpb=705f012d7f828e212986c21f30abb2c12cb8068a diff --git a/src/ftdi.h b/src/ftdi.h index e7c2268..aaa7744 100644 --- a/src/ftdi.h +++ b/src/ftdi.h @@ -384,6 +384,7 @@ extern "C" /* init and build eeprom from ftdi_eeprom structure */ void ftdi_eeprom_initdefaults(struct ftdi_eeprom *eeprom); + void ftdi_eeprom_free(struct ftdi_eeprom *eeprom); int ftdi_eeprom_build(struct ftdi_eeprom *eeprom, unsigned char *output); int ftdi_eeprom_decode(struct ftdi_eeprom *eeprom, unsigned char *output, int size);