X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Feeprom.h;h=91c8dfe1073ef273a9ac096c1e2a0dca514cd273;hb=37efb5bdc0504ab6df2e8db0635c9c6f7477e23e;hp=60ef15696f38fad7520a5d3424097c10fdca9fe4;hpb=cd17b68ae24fbf6fecf69a3f0b4fe8a1dfe5366c;p=bertos.git diff --git a/bertos/drv/eeprom.h b/bertos/drv/eeprom.h index 60ef1569..91c8dfe1 100644 --- a/bertos/drv/eeprom.h +++ b/bertos/drv/eeprom.h @@ -30,19 +30,22 @@ * 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" */ #ifndef DRV_EEPROM_H #define DRV_EEPROM_H #include + #include