RTEMS  5.1
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 
21 #include <rtems/score/basedefs.h>
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
42 typedef uint32_t rtems_option;
43 
48 #define RTEMS_DEFAULT_OPTIONS 0x00000000
49 
53 #define RTEMS_WAIT 0x00000000
54 
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 */
uint32_t rtems_option
Definition: options.h:42
Basic Definitions.