From: Tim R. <tim...@us...> - 2002-05-02 04:17:01
|
Update of /cvsroot/blob/blob/include/blob In directory usw-pr-cvs1:/tmp/cvs-serv1097/include/blob Modified Files: flash.h Log Message: fix "reload kernel" for non-jffs2 systems Index: flash.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/flash.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- flash.h 13 Feb 2002 00:06:11 -0000 1.10 +++ flash.h 2 May 2002 04:16:58 -0000 1.11 @@ -96,5 +96,6 @@ int flash_get_first_block_address(u32 *addr); int flash_get_next_block_address(u32* addr, u32 current); +int flash_get_block_size(u32 address); #endif |