20 #ifndef _RTEMS_SCORE_STACK_H 21 #define _RTEMS_SCORE_STACK_H 43 #define STACK_MINIMUM_SIZE CPU_STACK_MINIMUM_SIZE size_t size
This is the stack size.
Definition: stack.h:50
uint32_t rtems_minimum_stack_size
This variable contains the the minimum stack size;.
The following defines the control block used to manage each stack.
Definition: stack.h:48
void * area
This is the low memory address of stack.
Definition: stack.h:52