forked from Imagelibrary/rtems
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:
@@ -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) +
|
||||
|
||||
Reference in New Issue
Block a user