RTEMS  5.1
Data Structures | Macros | Typedefs | Variables
mpci.h File Reference

MPCI Layer API. More...

#include <rtems/score/mppkt.h>
#include <rtems/score/thread.h>
#include <rtems/score/threadq.h>
#include <rtems/score/watchdog.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. More...
 
char _MPCI_Receive_server_stack []
 The MPCI receive server stack. More...
 

Detailed Description

MPCI Layer API.