37#ifndef _RTEMS_RTEMS_EVENTMP_H
38#define _RTEMS_RTEMS_EVENTMP_H
40#ifndef _RTEMS_RTEMS_EVENTIMPL_H
41# error "Never use <rtems/rtems/eventmp.h> directly; include <rtems/rtems/eventimpl.h> instead."
89 rtems_packet_prefix *the_packet_prefix
uint32_t rtems_event_set
This integer type represents a bit field which can hold exactly 32 individual events.
Definition: event.h:436
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
Definition: status.h:85
Objects_Id rtems_id
This type represents RTEMS object identifiers.
Definition: types.h:94
void _Event_MP_Process_packet(rtems_packet_prefix *the_packet_prefix)
Event MP Packet Process.
Definition: eventmp.c:140
rtems_status_code _Event_MP_Send(rtems_id id, rtems_event_set event_in)
Issues a remote rtems_event_send() request.
Definition: eventmp.c:80
This header file provides interfaces of the MPCI Handler which are only used by the implementation.