37#ifndef _RTEMS_RTEMS_SIGNALMP_H
38#define _RTEMS_RTEMS_SIGNALMP_H
40#ifndef _RTEMS_RTEMS_SIGNALIMPL_H
41# error "Never use <rtems/rtems/signalmp.h> directly; include <rtems/rtems/signalimpl.h> instead."
87 rtems_packet_prefix *the_packet_prefix
uint32_t rtems_signal_set
This integer type represents a bit field which can hold exactly 32 individual signals.
Definition: asr.h:87
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 _Signal_MP_Process_packet(rtems_packet_prefix *the_packet_prefix)
Signal MP Process Packet.
Definition: signalmp.c:150
rtems_status_code _Signal_MP_Send(rtems_id id, rtems_signal_set signal_set)
Issues a remote rtems_signal_send() request.
Definition: signalmp.c:90
This header file provides interfaces of the MPCI Handler which are only used by the implementation.