18#ifndef _RTEMS_SCORE_MPCI_H
19#define _RTEMS_SCORE_MPCI_H
49#define MPCI_ALL_NODES 0
Constants and Structures Associated with Watchdog Timers.
void MPCI_Entry
Definition: mpci.h:54
char _MPCI_Receive_server_stack[]
The MPCI receive server stack.
const MPCI_Configuration _MPCI_Configuration
The MPCI configuration.
Definition: mpcidefault.c:32
MPCI_Entry(* MPCI_get_packet_entry)(MP_packet_Prefix **)
Definition: mpci.h:67
MPCI_Entry(* MPCI_return_packet_entry)(MP_packet_Prefix *)
Definition: mpci.h:77
MPCI_Entry(* MPCI_send_entry)(uint32_t, MP_packet_Prefix *)
Definition: mpci.h:87
MPCI_Entry(* MPCI_receive_entry)(MP_packet_Prefix **)
Definition: mpci.h:99
MPCI_Entry(* MPCI_initialization_entry)(void)
Definition: mpci.h:60
Specification for the Packet Handler.
Constants and Structures Related with the Thread Control Block.
uint32_t node
Definition: mpci.h:139
MPCI_Control * User_mpci_table
Definition: mpci.h:155
uint32_t extra_mpci_receive_server_stack
Definition: mpci.h:152
uint32_t maximum_proxies
Definition: mpci.h:145
uint32_t maximum_nodes
Definition: mpci.h:141
uint32_t maximum_global_objects
Definition: mpci.h:143
MPCI_return_packet_entry return_packet
Definition: mpci.h:124
uint32_t default_timeout
Definition: mpci.h:113
MPCI_receive_entry receive_packet
Definition: mpci.h:128
MPCI_initialization_entry initialization
Definition: mpci.h:120
size_t maximum_packet_size
Definition: mpci.h:118
MPCI_send_entry send_packet
Definition: mpci.h:126
MPCI_get_packet_entry get_packet
Definition: mpci.h:122
Constants and Structures Needed to Declare a Thread Queue.