This patch implements a "flash friendly" value for initialized areas of flash.
[coreboot.git] / util / cbfstool / cbfstool.h
index dc52bfb16b10c58f81d284aee4f12807e4120d8b..5804fdef505dea3d79202172e3ba3a2d8be2611d 100644 (file)
@@ -56,6 +56,7 @@ struct rom {
 /* Function prototypes */
 
 /* util.c */
+void flashinit(void *ptr, size_t len);
 int open_rom(struct rom *rom, const char *filename);
 int create_rom(struct rom *rom, const unsigned char *filename, int size,
               const char *bootblockname, int bootblocksize,