X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2Fftdi.h;h=74a397bd92b1925020468231f6b6bf3252d21228;hp=f62982129ec7e3a4b2a887a789aafa59d3ed6d3d;hb=c1c70e13de72372627267e45ba79fa731cf6f6f7;hpb=388d0297c5540f021d1e9dfa75925e4f8fae03be diff --git a/src/ftdi.h b/src/ftdi.h index f629821..74a397b 100644 --- a/src/ftdi.h +++ b/src/ftdi.h @@ -347,8 +347,11 @@ extern "C" int ftdi_write_eeprom(struct ftdi_context *ftdi, unsigned char *eeprom); int ftdi_erase_eeprom(struct ftdi_context *ftdi); + int ftdi_read_eeprom_location (struct ftdi_context *ftdi, int eeprom_addr, unsigned short *eeprom_val); + int ftdi_write_eeprom_location(struct ftdi_context *ftdi, int eeprom_addr, unsigned short eeprom_val); + char *ftdi_get_error_string(struct ftdi_context *ftdi); - + #ifdef __cplusplus } #endif