18 #ifndef _RTEMS_SCORE_MPCI_H 19 #define _RTEMS_SCORE_MPCI_H 46 #define MPCI_ALL_NODES 0 MPCI_receive_entry receive_packet
Definition: mpci.h:125
MPCI_Entry(* MPCI_get_packet_entry)(MP_packet_Prefix **)
Definition: mpci.h:64
size_t maximum_packet_size
Definition: mpci.h:115
Constants and Structures Needed to Declare a Thread Queue.
uint32_t default_timeout
Definition: mpci.h:110
void MPCI_Entry
Definition: mpci.h:51
MPCI_send_entry send_packet
Definition: mpci.h:123
MPCI_Entry(* MPCI_receive_entry)(MP_packet_Prefix **)
Definition: mpci.h:96
Specification for the Packet Handler.
MPCI_Entry(* MPCI_return_packet_entry)(MP_packet_Prefix *)
Definition: mpci.h:74
Constants and Structures Associated with Watchdog Timers.
MPCI_initialization_entry initialization
Definition: mpci.h:117
MPCI_Entry(* MPCI_initialization_entry)(void)
Definition: mpci.h:57
Constants and Structures Related with the Thread Control Block.
MPCI_return_packet_entry return_packet
Definition: mpci.h:121
MPCI_get_packet_entry get_packet
Definition: mpci.h:119
MPCI_Entry(* MPCI_send_entry)(uint32_t, MP_packet_Prefix *)
Definition: mpci.h:84