Contiki 2.6

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__ */