posix: Create key implementation header

Move implementation specific parts of key.h and key.inl into new header
file keyimpl.h.  The key.h contains now only the application visible
API.
This commit is contained in:
Sebastian Huber
2013-08-06 14:46:24 +02:00
parent 9ff70db89f
commit 2ad250e92d
16 changed files with 221 additions and 254 deletions

View File

@@ -30,7 +30,7 @@
#include <rtems/posix/barrierimpl.h>
#include <rtems/posix/condimpl.h>
#include <rtems/posix/config.h>
#include <rtems/posix/key.h>
#include <rtems/posix/keyimpl.h>
#include <rtems/posix/mqueueimpl.h>
#include <rtems/posix/muteximpl.h>
#include <rtems/posix/posixapi.h>