osd-contiki/cpu/arm/stm32l152/mtarch.h
2015-07-24 16:30:10 +02:00

13 lines
201 B
C

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