Update of /cvsroot/blob/blob/include/blob
In directory usw-pr-cvs1:/tmp/cvs-serv21403/include/blob
Modified Files:
flash.h
Log Message:
Just a couple of cosmetical changes
Index: flash.h
===================================================================
RCS file: /cvsroot/blob/blob/include/blob/flash.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- flash.h 2001/10/24 12:28:25 1.5
+++ flash.h 2001/10/25 09:59:23 1.6
@@ -47,8 +47,8 @@
typedef int (*flash_write_func_t)(u32 *, const u32 *);
typedef struct {
- flash_erase_func_t flash_erase;
- flash_write_func_t flash_write;
+ flash_erase_func_t erase;
+ flash_write_func_t write;
} flash_driver_t;
/* implemented flash drivers */
|