X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fsd.h;h=207dcfd23c4152937bf52a5dd6dc206045763d8c;hb=6a079bab13ad4bef1bc82bc7597180006a11cc02;hp=9436c71a1879abf78657fcdccf23b329385c6fad;hpb=6fc70471426c7427c1c4f1e8dffbed557ff90b44;p=bertos.git diff --git a/bertos/drv/sd.h b/bertos/drv/sd.h index 9436c71a..207dcfd2 100644 --- a/bertos/drv/sd.h +++ b/bertos/drv/sd.h @@ -34,11 +34,9 @@ * Right now, the interface for these function is the one defined in diskio.h from * the FatFS module. * - * \version $Id$ * \author Francesco Sacchi - * + * * $WIZ$ module_name = "sd" - * $WIZ$ module_configuration = "bertos/cfg/cfg_fat.h" * $WIZ$ module_depends = "kfile", "timer" * $WIZ$ module_hw = "bertos/hw/hw_sd.h" */ @@ -47,10 +45,12 @@ #ifndef DRV_SD_H #define DRV_SD_H -#include -#include #include "cfg/cfg_fat.h" +#include + +#include + bool sd_test(void); /**