RTEMS
cpukit
rtems
src
tasks.c
Go to the documentation of this file.
1
8
/*
9
* COPYRIGHT (c) 1989-2014.
10
* On-Line Applications Research Corporation (OAR).
11
*
12
* The license and distribution terms for this file may be
13
* found in the file LICENSE in this distribution or at
14
* http://www.rtems.org/license/LICENSE.
15
*/
16
17
#ifdef HAVE_CONFIG_H
18
#include "config.h"
19
#endif
20
21
#include <
rtems/rtems/tasksdata.h
>
22
23
THREAD_INFORMATION_DEFINE_ZERO(
24
_RTEMS_tasks,
25
OBJECTS_CLASSIC_API,
26
OBJECTS_RTEMS_TASKS
27
);
tasksdata.h
Classic Tasks Manager Data Structures.
Generated by
1.8.14