RTEMS CPU Kit with SuperCore  4.10.99.0
rtems/rtems/options.h
Go to the documentation of this file.
00001 
00013 /* COPYRIGHT (c) 1989-2008.
00014  * On-Line Applications Research Corporation (OAR).
00015  *
00016  * The license and distribution terms for this file may be
00017  * found in the file LICENSE in this distribution or at
00018  * http://www.rtems.com/license/LICENSE.
00019  */
00020 
00021 #ifndef _RTEMS_RTEMS_OPTIONS_H
00022 #define _RTEMS_RTEMS_OPTIONS_H
00023 
00024 #ifdef __cplusplus
00025 extern "C" {
00026 #endif
00027 
00043 typedef uint32_t   rtems_option;
00044 
00049 #define RTEMS_DEFAULT_OPTIONS   0x00000000
00050 
00054 #define RTEMS_WAIT      0x00000000
00055 
00060 #define RTEMS_NO_WAIT   0x00000001
00061 
00066 #define RTEMS_EVENT_ALL 0x00000000
00067 
00072 #define RTEMS_EVENT_ANY 0x00000002
00073 
00074 #ifndef __RTEMS_APPLICATION__
00075 #include <rtems/rtems/options.inl>
00076 #endif
00077 
00078 #ifdef __cplusplus
00079 }
00080 #endif
00081 
00084 #endif
00085 /* end of include file */