RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
options.h
Go to the documentation of this file.
1
10/* COPYRIGHT (c) 1989-2008.
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_RTEMS_OPTIONS_H
19#define _RTEMS_RTEMS_OPTIONS_H
20
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
42typedef uint32_t rtems_option;
43
48#define RTEMS_DEFAULT_OPTIONS 0x00000000
49
53#define RTEMS_WAIT 0x00000000
59#define RTEMS_NO_WAIT 0x00000001
60
65#define RTEMS_EVENT_ALL 0x00000000
66
71#define RTEMS_EVENT_ANY 0x00000002
72
75#ifdef __cplusplus
76}
77#endif
78
79#endif
80/* end of include file */
Basic Definitions.
uint32_t rtems_option
Definition: options.h:42