rtems: Create dpmem implementation header

Move implementation specific parts of dpmem.h and dpmem.inl into new
header file dpmemimpl.h.  The dpmem.h contains now only the application
visible API.
This commit is contained in:
Sebastian Huber
2013-07-23 13:00:31 +02:00
parent e151eb1a36
commit 562815cf0b
14 changed files with 57 additions and 61 deletions

View File

@@ -20,7 +20,7 @@
#include <rtems/score/copyrt.h>
#include <rtems/rtems/clock.h>
#include <rtems/rtems/tasks.h>
#include <rtems/rtems/dpmem.h>
#include <rtems/rtems/dpmemimpl.h>
#include <rtems/rtems/eventimpl.h>
#include <rtems/extensionimpl.h>
#include <rtems/fatal.h>
@@ -267,7 +267,7 @@ uninitialized =
/*debug.h*/ (sizeof _Debug_Level) +
/*dpmem.h*/ (sizeof _Dual_ported_memory_Information) +
/*dpmemimpl.h*/ (sizeof _Dual_ported_memory_Information) +
/*eventimpl.h*/ (sizeof _Event_Sync_state) +