diff options
Diffstat (limited to 'include/apos/conf.h')
| -rw-r--r-- | include/apos/conf.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/apos/conf.h b/include/apos/conf.h new file mode 100644 index 0000000..844ce37 --- /dev/null +++ b/include/apos/conf.h @@ -0,0 +1,9 @@ +#ifndef APOS_CONF_H +#define APOS_CONF_H + +#include <apos/types.h> + +extern size_t __proc_stack_size; +extern size_t __call_stack_size; + +#endif /* APOS_CONF_H */ |
