X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fdrv%2Feeprom.h;h=a7baf52924a79bc8d56a3eb8a75fa82f6797c86e;hb=f35b6066ecdeffcc8998dd566b5246bdcf43c548;hp=60ef15696f38fad7520a5d3424097c10fdca9fe4;hpb=cd17b68ae24fbf6fecf69a3f0b4fe8a1dfe5366c;p=bertos.git diff --git a/bertos/drv/eeprom.h b/bertos/drv/eeprom.h index 60ef1569..a7baf529 100644 --- a/bertos/drv/eeprom.h +++ b/bertos/drv/eeprom.h @@ -30,19 +30,23 @@ * All Rights Reserved. * --> * - * \brief Driver for the 24xx16 and 24xx256 I2C EEPROMS (interface) + * \brief Driver for the 24xx16 and 24xx256 I2C EEPROMS. * * \version $Id$ * * \author Stefano Fedrigo * \author Bernie Innocenti * + * $WIZ$ module_name = "eeprom" + * $WIZ$ module_depends = "kfile", "i2c" + * $WIZ$ module_supports = "not at91" */ #ifndef DRV_EEPROM_H #define DRV_EEPROM_H #include + #include