score: Create mpci implementation header

Move implementation specific parts of mpci.h into new header file
mpciimpl.h.  The mpci.h contains now only the application visible API.
This commit is contained in:
Sebastian Huber
2013-07-25 09:10:38 +02:00
parent 6cec745f6c
commit 7f04cb18ff
51 changed files with 388 additions and 502 deletions

View File

@@ -31,7 +31,7 @@
#include <rtems/rtems/messageimpl.h>
#if defined(RTEMS_MULTIPROCESSING)
#include <rtems/rtems/mp.h>
#include <rtems/score/mpci.h>
#include <rtems/score/mpciimpl.h>
#endif
#include <rtems/rtems/partimpl.h>
#include <rtems/score/priority.h>
@@ -304,7 +304,7 @@ uninitialized =
#endif
#if defined(RTEMS_MULTIPROCESSING)
/*mpci.h*/ (sizeof _MPCI_Remote_blocked_threads) +
/*mpciimpl.h*/ (sizeof _MPCI_Remote_blocked_threads) +
(sizeof _MPCI_Semaphore) +
(sizeof _MPCI_table) +
(sizeof _MPCI_Receive_server_tcb) +