blob: b110b58a4e2125a37770fa8346ae969bd3a897ea (
plain)
1
2
3
4
5
6
7
8
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
|