RTEMS  5.0.0
states.h
Go to the documentation of this file.
1 
9 /*
10  * COPYRIGHT (c) 1989-2006.
11  * On-Line Applications Research Corporation (OAR).
12  *
13  * The license and distribution terms for this file may be
14  * found in the file LICENSE in this distribution or at
15  * http://www.rtems.org/license/LICENSE.
16  */
17 
18 #ifndef _RTEMS_SCORE_STATES_H
19 #define _RTEMS_SCORE_STATES_H
20 
21 #include <stdint.h>
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
41 typedef uint32_t States_Control;
42 
45 #ifdef __cplusplus
46 }
47 #endif
48 
49 #endif
50 /* end of include file */
uint32_t States_Control
Definition: states.h:41