osd-contiki/cpu/stm32w108/mtarch.h

13 lines
189 B
C
Raw Normal View History

2010-10-25 11:03:38 +02:00
/*
* Implementation of multithreading in ARM Cortex-M3. To be done.
*/
#ifndef __MTARCH_H__
#define __MTARCH_H__
struct mtarch_thread {
short mt_thread;
};
#endif /* __MTARCH_H__ */