Load first page whent init flash module. Add close callback.
[bertos.git] / bertos / drv / flash.h
index c1844e314b62439b5bf0084d811234d4c8ba88b2..9552a2e6a7b76172b780610176db5dad7509014f 100644 (file)
@@ -36,7 +36,7 @@
 * \author Daniele Basile <asterix@develer.com>
 *
 * $WIZ$ module_name = "flash"
-* $WIZ$ module_depends = "kfile"
+* $WIZ$ module_depends = "kfile", "kfile_block", "kblock"
 */
 
 #ifndef DRV_FLASH_H