[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/pxa27x
GlobalUtil.h, 1.1, 1.2
Robbie Adler
radler at users.sourceforge.net
Tue Sep 6 11:27:54 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30159
Modified Files:
GlobalUtil.h
Log Message:
file cleanup
Index: GlobalUtil.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x/GlobalUtil.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** GlobalUtil.h 18 Aug 2005 23:07:52 -0000 1.1
--- GlobalUtil.h 6 Sep 2005 18:27:49 -0000 1.2
***************
*** 5,24 ****
#define CVARIABLE __attribute__((C))
- #define QUEUE_SIZE 256
- enum{
- defaultQueueSize = QUEUE_SIZE
- };
-
- typedef struct{
- uint32_t entries[QUEUE_SIZE];
- uint16_t head, tail;
- uint16_t size;
- } queue_t;
-
-
- queue_t paramtaskQueue CVARIABLE;
- result_t pushqueue(queue_t *queue, uint32_t val) CFUNCTION;
- result_t popqueue(queue_t *queue, uint32_t *val) CFUNCTION;
- void initqueue(queue_t *queue, uint32_t size) CFUNCTION;
-
#endif
--- 5,7 ----
More information about the Tinyos-beta-commits
mailing list