X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fflash.h;h=0ca70d9c9cc632bb87e0d3d2e02669d0598c87e5;hb=26750c8aee2383a026e0cf89e9310628d3a5a6a0;hp=1b6821a0e91c30522bcbdc170d056d85fbeb0f7f;hpb=2e6e1772c0e34871769be4aef79748fe3e47d953;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/flash.h b/include/flash.h index 1b6821a..0ca70d9 100644 --- a/include/flash.h +++ b/include/flash.h @@ -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);