RTEMS  5.1
eventdata.h
Go to the documentation of this file.
1 
9 /* COPYRIGHT (c) 1989-2008.
10  * On-Line Applications Research Corporation (OAR).
11  *
12  * The license and distribution terms for this file may be
13  * found in the file LICENSE in this distribution or at
14  * http://www.rtems.org/license/LICENSE.
15  */
16 
17 #ifndef _RTEMS_RTEMS_EVENTDATA_H
18 #define _RTEMS_RTEMS_EVENTDATA_H
19 
20 #include <rtems/rtems/event.h>
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
32 typedef struct {
33  rtems_event_set pending_events;
35 
38 #ifdef __cplusplus
39 }
40 #endif
41 
42 #endif
43 /* end of include file */
Definition: eventdata.h:32
Classic Event Manager API.
uint32_t rtems_event_set
Integer type to hold an event set of up to 32 events represented as a bit field.
Definition: event.h:40