summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/mpciimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-01-26 10:23:22 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-01-26 10:23:22 +0100
commit885c342e043f2281a0bc707cd0bc59726d1c4b79 (patch)
tree9708e95381384481829f0e6cf100a86c92064685 /cpukit/score/include/rtems/score/mpciimpl.h
parentscore: Introduce CPU_CACHE_LINE_BYTES (diff)
downloadrtems-885c342e043f2281a0bc707cd0bc59726d1c4b79.tar.bz2
mpci: Update due to API changes
Update due to API changes introduced by ccd54344d904b657123e4e4ba795a32212382be2. Update #2514.
Diffstat (limited to 'cpukit/score/include/rtems/score/mpciimpl.h')
-rw-r--r--cpukit/score/include/rtems/score/mpciimpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/mpciimpl.h b/cpukit/score/include/rtems/score/mpciimpl.h
index 5652f6afa1..600500ceee 100644
--- a/cpukit/score/include/rtems/score/mpciimpl.h
+++ b/cpukit/score/include/rtems/score/mpciimpl.h
@@ -247,8 +247,8 @@ Thread_Control *_MPCI_Process_response (
*
* @param[in] ignored is the thread argument. It is not used.
*/
-Thread _MPCI_Receive_server(
- uint32_t ignored
+void _MPCI_Receive_server(
+ Thread_Entry_numeric_type ignored
);
/**