Revision 53710ca3 os/core/inc/aos_thread.h

View differences:

os/core/inc/aos_thread.h
16 16
along with this program.  If not, see <http://www.gnu.org/licenses/>.
17 17
*/
18 18

  
19
/**
20
 * @file    aos_thread.h
21
 * @brief   Thread macros and inline functions.
22
 *
23
 * @addtogroup aos_threads
24
 * @{
25
 */
26

  
19 27
#ifndef _AMIROOS_THREAD_H_
20 28
#define _AMIROOS_THREAD_H_
21 29

  
......
230 238
}
231 239

  
232 240
#endif /* _AMIROOS_THREAD_H_ */
241

  
242
/** @} */

Also available in: Unified diff