summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/regionmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/regionmp.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/regionmp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/regionmp.h b/cpukit/rtems/include/rtems/rtems/regionmp.h
index 2b265f2a5f..67685305ad 100644
--- a/cpukit/rtems/include/rtems/rtems/regionmp.h
+++ b/cpukit/rtems/include/rtems/rtems/regionmp.h
@@ -138,7 +138,8 @@ void _Region_MP_Process_packet (
* the remote node must be informed of this.
*/
void _Region_MP_Send_extract_proxy (
- void *argument
+ Thread_Control *the_thread,
+ Objects_Id id
);
/**