summaryrefslogtreecommitdiffstats
path: root/apps/init/memory.h
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2025-08-19 15:04:04 -0400
committerJon Santmyer <jon@jonsantmyer.com>2025-08-19 15:04:04 -0400
commit858a52c06a4615bd58a6a906333f2ad707d41c0a (patch)
tree16870cd4d67da283567a72a74d28c04464da292a /apps/init/memory.h
parent65ba015d6c1f248d36ad01a653bc49637804b15b (diff)
downloadjove-os-858a52c06a4615bd58a6a906333f2ad707d41c0a.tar.gz
jove-os-858a52c06a4615bd58a6a906333f2ad707d41c0a.tar.bz2
jove-os-858a52c06a4615bd58a6a906333f2ad707d41c0a.zip
usermode pager
Diffstat (limited to 'apps/init/memory.h')
-rw-r--r--apps/init/memory.h4
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