forked from Imagelibrary/rtems
score: Create stack implementation header
Move implementation specific parts of stack.h and stack.inl into new header file stackimpl.h. The stack.h contains now only the application visible API.
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
#include <pthread.h>
|
||||
#include <sched.h>
|
||||
|
||||
#include <rtems/posix/pthreadimpl.h> /* for PTHREAD_MINIMUM_STACK_SIZE */
|
||||
#include <rtems/posix/pthreadimpl.h>
|
||||
#include <rtems/score/stackimpl.h>
|
||||
|
||||
/* forward declarations to avoid warnings */
|
||||
void *POSIX_Init(void *argument);
|
||||
|
||||
Reference in New Issue
Block a user