diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2025-08-19 16:16:10 -0400 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2025-08-19 16:16:10 -0400 |
commit | 18c389411a0f6283c1b6dffc78bbcfcb237e367b (patch) | |
tree | b3f03adbfc4d7f3dd1477b078ac686eb9d42f0c3 /lib/libjove/include/object-dir.h | |
parent | 858a52c06a4615bd58a6a906333f2ad707d41c0a (diff) | |
download | jove-os-18c389411a0f6283c1b6dffc78bbcfcb237e367b.tar.gz jove-os-18c389411a0f6283c1b6dffc78bbcfcb237e367b.tar.bz2 jove-os-18c389411a0f6283c1b6dffc78bbcfcb237e367b.zip |
move pager to libjove
Diffstat (limited to 'lib/libjove/include/object-dir.h')
-rw-r--r-- | lib/libjove/include/object-dir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libjove/include/object-dir.h b/lib/libjove/include/object-dir.h index e4d9aaf..53aada8 100644 --- a/lib/libjove/include/object-dir.h +++ b/lib/libjove/include/object-dir.h @@ -19,6 +19,7 @@ typedef struct _KernelObjectDirectory { KernelObjectTyped *children[256]; } KernelObjectDirectory; extern KernelObjectDirectory __rootdir; +extern KernelObjectTyped __jove_work_obj; KernelObjectDirectory *jove_object_as_objdir(KernelObjectTyped *typed); |