aboutsummaryrefslogtreecommitdiff
path: root/include/apos/conf.h
blob: 844ce379db81c730f2e32ccb0bed19cad50e1f41 (plain) (blame)
1
2
3
4
5
6
7
8
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 */