]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/flash.h
Merge branch 'master' of git://git.denx.de/u-boot-nds32
[karo-tx-uboot.git] / include / flash.h
index 1b6821a0e91c30522bcbdc170d056d85fbeb0f7f..0ca70d9c9cc632bb87e0d3d2e02669d0598c87e5 100644 (file)
@@ -92,6 +92,7 @@ typedef unsigned long flash_sect_t;
 /* Prototypes */
 
 extern unsigned long flash_init (void);
+extern void flash_protect_default(void);
 extern void flash_print_info (flash_info_t *);
 extern int flash_erase (flash_info_t *, int, int);
 extern int flash_sect_erase (ulong addr_first, ulong addr_last);