X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2Fftdi.h;h=d186ee19c4168f7a4b540bc0d2bd386a721eacd7;hp=b02ed04e5356d083446a6aabe4fb6f00ce4bb642;hb=2d543486ed96287e3d0f8f33d82321dfc2f835d0;hpb=3d6d20c0add502b5c93c1bda8331711262791440 diff --git a/src/ftdi.h b/src/ftdi.h index b02ed04..d186ee1 100644 --- a/src/ftdi.h +++ b/src/ftdi.h @@ -451,7 +451,6 @@ extern "C" the checksum of the eeprom is valided */ int ftdi_read_eeprom(struct ftdi_context *ftdi, unsigned char *eeprom); int ftdi_read_chipid(struct ftdi_context *ftdi, unsigned int *chipid); - int ftdi_read_eeprom_getsize(struct ftdi_context *ftdi, unsigned char *eeprom, int maxsize); int ftdi_write_eeprom(struct ftdi_context *ftdi, unsigned char *eeprom); int ftdi_erase_eeprom(struct ftdi_context *ftdi);