Contiki 2.5
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
cpu
stm32w108
mtarch.h
1
/*
2
* Implementation of multithreading in ARM Cortex-M3. To be done.
3
*/
4
5
6
#ifndef __MTARCH_H__
7
#define __MTARCH_H__
8
9
struct
mtarch_thread {
10
short
mt_thread;
11
};
12
13
#endif
/* __MTARCH_H__ */
Generated on Fri Aug 30 2013 12:34:07 for Contiki 2.5 by
1.8.3.1