#ifndef KSBRK_H #define KSBRK_H #include #include void *ksbrk(size_t s); void *ksbrk_physical(size_t s, void **physical); #endif