Add support for 24XX1024 memories, fix some warnings.
[bertos.git] / bertos / drv / eeprom.h
index 583e070adbc3aee9b8f8bf905db89e6d3aa3ccf4..995919ae184c422ebc77e051fff43a1571c5ebae 100644 (file)
@@ -37,7 +37,6 @@
  *
  * $WIZ$ module_name = "eeprom"
  * $WIZ$ module_depends = "kfile", "i2c"
- * $WIZ$ module_supports = "not at91"
  */
 
 #ifndef DRV_EEPROM_H
  */
 typedef enum EepromType
 {
+       EEPROM_24XX08,
        EEPROM_24XX16,
        EEPROM_24XX256,
        EEPROM_24XX512,
+       EEPROM_24XX1024,
        EEPROM_CNT,
 } EepromType;