X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Feeprom.h;h=5bd834af6441222c4db44c0968617ee645dd322c;hb=a2a3507dbe2ed90e363fbcc9bdbafa4970b13f78;hp=583e070adbc3aee9b8f8bf905db89e6d3aa3ccf4;hpb=d027b58f316922081fa2f7291dc8e45022910a7e;p=bertos.git diff --git a/bertos/drv/eeprom.h b/bertos/drv/eeprom.h index 583e070a..5bd834af 100644 --- a/bertos/drv/eeprom.h +++ b/bertos/drv/eeprom.h @@ -37,7 +37,6 @@ * * $WIZ$ module_name = "eeprom" * $WIZ$ module_depends = "kfile", "i2c" - * $WIZ$ module_supports = "not at91" */ #ifndef DRV_EEPROM_H @@ -45,7 +44,7 @@ #include -#include +#include /** @@ -53,9 +52,11 @@ */ typedef enum EepromType { + EEPROM_24XX08, EEPROM_24XX16, EEPROM_24XX256, EEPROM_24XX512, + EEPROM_24XX1024, EEPROM_CNT, } EepromType;