From: Stefan E. <se...@us...> - 2002-05-09 13:27:29
|
Update of /cvsroot/blob/blob/include/blob In directory usw-pr-cvs1:/tmp/cvs-serv10221 Modified Files: flash.h Log Message: - flash_get_size() added Index: flash.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/flash.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- flash.h 2 May 2002 04:16:58 -0000 1.11 +++ flash.h 9 May 2002 13:27:26 -0000 1.12 @@ -97,5 +97,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); +u32 flash_get_size( void ); #endif |