 |
RTEMS 5.2
|
22#include <shm_driver.h>
24#define MPCI_Initialization( _configuration ) \
25 Shm_Initialization( _configuration )
27#define MPCI_Get_packet( _the_packet ) \
28 Shm_Get_packet( _the_packet )
30#define MPCI_Return_packet( _the_packet ) \
31 Shm_Return_packet( _the_packet )
33#define MPCI_Receive_packet( _the_packet ) \
34 Shm_Receive_packet( _the_packet )
36#define MPCI_Send_packet( _destination, _the_packet ) \
37 Shm_Send_packet( _destination, _the_packet )
44#define MPCI_Enable_statistics()
46#define MPCI_Print_statistics() \
47 Shm_Print_statistics()