forked from Imagelibrary/rtems
sapi: Create extension implementation header
Move implementation specific parts of extension.h and extension.inl into new header file extensionimpl.h. The extension.h contains now only the application visible API.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
|
||||
#include <rtems.h>
|
||||
#include <rtems/monitor.h>
|
||||
#include <rtems/extensionimpl.h>
|
||||
#include <rtems/rtems/messageimpl.h>
|
||||
#include <rtems/rtems/semimpl.h>
|
||||
#if defined(RTEMS_POSIX_API)
|
||||
|
||||
Reference in New Issue
Block a user