mtarch.h

00001 /*
00002  * Implementation of multithreading in ARM Cortex-M3. To be done.
00003  */
00004 
00005 
00006 #ifndef __MTARCH_H__
00007 #define __MTARCH_H__
00008 
00009 struct mtarch_thread {
00010   short mt_thread;
00011 };
00012 
00013 #endif /* __MTARCH_H__ */

Generated on Mon Apr 11 14:23:34 2011 for Contiki 2.5 by  doxygen 1.6.1