RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Structures | Macros | Typedefs | Variables
mpci.h File Reference

This header file provides interfaces of the MPCI Handler which are used by the implementation and the Application Configuration. More...

#include <rtems/score/mppkt.h>

Go to the source code of this file.

Data Structures

struct  MPCI_Control
 
struct  MPCI_Configuration
 

Macros

#define MPCI_ALL_NODES   0
 

Typedefs

typedef void MPCI_Entry
 
typedef MPCI_Entry(* MPCI_initialization_entry) (void)
 
typedef MPCI_Entry(* MPCI_get_packet_entry) (MP_packet_Prefix **)
 
typedef MPCI_Entry(* MPCI_return_packet_entry) (MP_packet_Prefix *)
 
typedef MPCI_Entry(* MPCI_send_entry) (uint32_t, MP_packet_Prefix *)
 
typedef MPCI_Entry(* MPCI_receive_entry) (MP_packet_Prefix **)
 

Variables

const MPCI_Configuration _MPCI_Configuration
 The MPCI configuration.
 
char _MPCI_Receive_server_stack []
 The MPCI receive server stack.
 

Detailed Description

This header file provides interfaces of the MPCI Handler which are used by the implementation and the Application Configuration.