X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2Fftdi_i.h;h=cf2ac7854403b2328f48f7114e6396914e62bec4;hp=060a877dae841b2e16fe345a8802c63afc9b6c2a;hb=6e962b9a0991bf28571c7a143a532d83237c05af;hpb=08518f8e78ac176c5e82206225dad8a832011995 diff --git a/src/ftdi_i.h b/src/ftdi_i.h index 060a877..cf2ac78 100644 --- a/src/ftdi_i.h +++ b/src/ftdi_i.h @@ -125,6 +125,11 @@ struct ftdi_eeprom int data_order; int flow_control; + /** user data **/ + int user_data_addr; + int user_data_size; + const char *user_data; + /** eeprom size in bytes. This doesn't get stored in the eeprom but is the only way to pass it to ftdi_eeprom_build. */ int size;