]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/i2c_eeprom.h
cmd: add command for accessing the RPM via SMD protocol
[karo-tx-uboot.git] / include / i2c_eeprom.h
index ea6c962a3932f3bc7a28276a93e2bc9c45f2a2cf..04528928126606807f477cd3bac0dfae6c69cd84 100644 (file)
@@ -14,6 +14,10 @@ struct i2c_eeprom_ops {
 };
 
 struct i2c_eeprom {
+       /* The EEPROM's page size in byte */
+       unsigned long pagesize;
+       /* The EEPROM's page width in bits (pagesize = 2^pagewidth) */
+       unsigned pagewidth;
 };
 
 #endif