forked from Imagelibrary/rtems
rtems: Create semaphore implementation header
Move implementation specific parts of sem.h and sem.inl into new header file semimpl.h. The sem.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/rtems/semimpl.h>
|
||||
#if defined(RTEMS_POSIX_API)
|
||||
#include <rtems/posix/pthread.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user