diff options
| author | Miguel <m.i@gmx.at> | 2018-09-27 01:43:43 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-27 01:43:43 +0200 |
| commit | 330aa15e3e4a705eb8d168bc9c76af9b1b768dfc (patch) | |
| tree | be3412953a872dc3ad43217d45009f28d4607966 /net/net_sys_foolos_kernel.h | |
| parent | c7bf9cc575dea15ecc8780afd34ffb3503f3249b (diff) | |
user space compilation of fool stack
Diffstat (limited to 'net/net_sys_foolos_kernel.h')
| -rw-r--r-- | net/net_sys_foolos_kernel.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/net_sys_foolos_kernel.h b/net/net_sys_foolos_kernel.h new file mode 100644 index 0000000..b110b58 --- /dev/null +++ b/net/net_sys_foolos_kernel.h @@ -0,0 +1,9 @@ +/** + * @file + * + * this has to be provided and linked against the fool stack + */ + +#include "log.h" //klog +#include "kmalloc.h" //kbfree & kballoc +#include "lib/string/string.h" //memcpy |
