aboutsummaryrefslogtreecommitdiff
path: root/sys/include/vm/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/vm/obj.h')
-rw-r--r--sys/include/vm/obj.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/vm/obj.h b/sys/include/vm/obj.h
index ef07a1e..e4258ac 100644
--- a/sys/include/vm/obj.h
+++ b/sys/include/vm/obj.h
@@ -54,6 +54,7 @@ struct vm_object {
} \
} while (0);
+size_t vm_obj_count(void);
int vm_obj_init(struct vm_object **res, struct vnode *vnode);
int vm_obj_destroy(struct vm_object *obj);