[Tinyos-2-commits] CVS: tinyos-2.x/tos/types Storage.h, 1.1.2.7, 1.1.2.8

David Gay idgay at users.sourceforge.net
Fri Jun 2 09:37:50 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/types
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12576

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	Storage.h 
Log Message:
Add storage_cookie_t type and SEEK_BEGINNING constant


Index: Storage.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/types/Attic/Storage.h,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -d -r1.1.2.7 -r1.1.2.8
*** Storage.h	28 Jan 2006 01:10:56 -0000	1.1.2.7
--- Storage.h	2 Jun 2006 16:37:48 -0000	1.1.2.8
***************
*** 42,45 ****
--- 42,50 ----
  typedef uint32_t storage_addr_t;
  typedef uint32_t storage_len_t;
+ typedef uint32_t storage_cookie_t;
+ 
+ enum {
+   SEEK_BEGINNING = 0
+ };
  
  #include "Storage_chip.h"



More information about the Tinyos-2-commits mailing list