X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2Fftdi.h;h=df754e3e5991f577de2f2565906f5912b8ba6acf;hp=ec561bf826febd0ab739493e07a06d9793ba66ba;hb=74e8e79d4e311001d0f890cdf0219d84b58bb70a;hpb=a35aa9bdfbb149efe72c32727a0ebfe3585465f8 diff --git a/src/ftdi.h b/src/ftdi.h index ec561bf..df754e3 100644 --- a/src/ftdi.h +++ b/src/ftdi.h @@ -470,8 +470,9 @@ extern "C" int ftdi_set_error_char(struct ftdi_context *ftdi, unsigned char errorch, unsigned char enable); /* init and build eeprom from ftdi_eeprom structure */ - void ftdi_eeprom_initdefaults(struct ftdi_context *ftdi); - void ftdi_eeprom_free(struct ftdi_context *ftdi); + void ftdi_eeprom_initdefaults(struct ftdi_context *ftdi, + char * manufacturer, char *product, + char * serial); int ftdi_eeprom_build(struct ftdi_context *ftdi); int ftdi_eeprom_decode(struct ftdi_context *ftdi, int verbose);