diff options
Diffstat (limited to 'apps/init/memory.h')
-rw-r--r-- | apps/init/memory.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/init/memory.h b/apps/init/memory.h index 61d16d6..378de60 100644 --- a/apps/init/memory.h +++ b/apps/init/memory.h @@ -1,6 +1,10 @@ #ifndef _INIT_MEMORY_H #define _INIT_MEMORY_H 1 +#include <jove/object.h> +extern KernelObjectDirectory untypedDirectory; + +void pager_setup(); #endif |