forked from Imagelibrary/rtems
2008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/include/rtems/rtems/msgmp.h: Fix MP code missed by Sebastian.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* rtems/include/rtems/rtems/msgmp.h: Fix MP code missed by Sebastian.
|
||||||
|
|
||||||
2008-08-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
2008-08-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* libmisc/monitor/monitor.h, rtems/include/rtems/rtems/tasks.h,
|
* libmisc/monitor/monitor.h, rtems/include/rtems/rtems/tasks.h,
|
||||||
|
|||||||
@@ -96,10 +96,10 @@ void _Message_queue_MP_Send_process_packet (
|
|||||||
rtems_status_code _Message_queue_MP_Send_request_packet (
|
rtems_status_code _Message_queue_MP_Send_request_packet (
|
||||||
Message_queue_MP_Remote_operations operation,
|
Message_queue_MP_Remote_operations operation,
|
||||||
Objects_Id message_queue_id,
|
Objects_Id message_queue_id,
|
||||||
void *buffer,
|
const void *buffer,
|
||||||
size_t *size_p,
|
size_t *size_p,
|
||||||
rtems_option option_set,
|
rtems_option option_set,
|
||||||
Watchdog_Interval timeout
|
rtems_interval timeout
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user