From: Erik M. <er...@us...> - 2002-03-19 21:08:45
|
Update of /cvsroot/blob/blob/include/blob In directory usw-pr-cvs1:/tmp/cvs-serv26515/include/blob Modified Files: partition.h Log Message: This has been lying around in my CVS sandbox for too long. It's obviously correct, so why don't commit it :) Index: partition.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/partition.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- partition.h 13 Feb 2002 00:19:57 -0000 1.3 +++ partition.h 19 Mar 2002 21:08:39 -0000 1.4 @@ -113,6 +113,7 @@ extern const blob_partition_t *default_partition_table; extern blob_partition_t *flash_partition_table; - +const blob_partition_t *pt_find_by_name(const char *s); +const blob_partition_t *pt_find_by_address(u32 addr); #endif |