RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
states.h
Go to the documentation of this file.
1
11/*
12 * COPYRIGHT (c) 1989-2006.
13 * On-Line Applications Research Corporation (OAR).
14 *
15 * The license and distribution terms for this file may be
16 * found in the file LICENSE in this distribution or at
17 * http://www.rtems.org/license/LICENSE.
18 */
19
20#ifndef _RTEMS_SCORE_STATES_H
21#define _RTEMS_SCORE_STATES_H
22
23#include <stdint.h>
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
46typedef uint32_t States_Control;
47
50#ifdef __cplusplus
51}
52#endif
53
54#endif
55/* end of include file */
uint32_t States_Control
Definition: states.h:46