RTEMS
5.0.0
|
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 |
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 **) |
MPCI Layer API.