|
Message
From: cvs at opencores.org<cvs@o...>
Date: Mon Jan 28 03:39:58 CET 2008
Subject: [cvs-checkins] MODIFIED: mlite ...
Date: 00/08/01 28:03:39 Modified: mlite/kernel rtos.h Log: Added flash support Revision Changes Path 1.13 mlite/kernel/rtos.h http://www.opencores.org/cvsweb.shtml/mlite/kernel/rtos.h.diff?r1=1.12&r2=1.13 (In the diff below, changes in quantity of whitespace are not shown.) Index: rtos.h =================================================================== RCS file: /cvsroot/rhoads/mlite/kernel/rtos.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -b -r1.12 -r1.13 --- rtos.h 7 Jan 2008 01:24:07 -0000 1.12 +++ rtos.h 28 Jan 2008 02:39:57 -0000 1.13 @@ -367,5 +367,10 @@ int OS_fdir(OS_FILE *dir, char name[64]); void OS_fdelete(char *name); -#endif //__PLASMA_H__ +/***************** Flash ******************/ +void FlashRead(uint16 *dst, uint32 byteOffset, int bytes); +void FlashWrite(uint16 *src, uint32 byteOffset, int bytes); +void FlashErase(uint32 byteOffset); + +#endif //__RTOS_H__
|
 |