RTEMS
cpukit
include
rtems
rtems
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;
34
}
Event_Control
;
35
38
#ifdef __cplusplus
39
}
40
#endif
41
42
#endif
43
/* end of include file */
Event_Control
Definition:
eventdata.h:32
event.h
This header file defines the Event Manager API.
rtems_event_set
uint32_t rtems_event_set
This integer type can hold an event set of up to 32 events represented as a bit field.
Definition:
event.h:94
Generated by
1.8.14