|
RTEMS 6.1-rc5
|
Loading...
Searching...
No Matches
41#include <shm_driver.h>
43#define MPCI_Initialization( _configuration ) \
44 Shm_Initialization( _configuration )
46#define MPCI_Get_packet( _the_packet ) \
47 Shm_Get_packet( _the_packet )
49#define MPCI_Return_packet( _the_packet ) \
50 Shm_Return_packet( _the_packet )
52#define MPCI_Receive_packet( _the_packet ) \
53 Shm_Receive_packet( _the_packet )
55#define MPCI_Send_packet( _destination, _the_packet ) \
56 Shm_Send_packet( _destination, _the_packet )
63#define MPCI_Enable_statistics()
65#define MPCI_Print_statistics() \
66 Shm_Print_statistics()