aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2002-05-06 00:12:47 +0000
committerAlan Cox <alc@FreeBSD.org>2002-05-06 00:12:47 +0000
commite86256c1f4decf982a065dd5e0283ca9f80ba050 (patch)
treeb2cfa2d37f5a4a0d0ffa18540510c189e18bc558 /sys/vm/vm_object.h
parent5eb6f4bc21628e9990fc2477922928700659eceb (diff)
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 97f12dec4c887..707af0c94b3db 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -171,6 +171,7 @@ extern vm_object_t kmem_object;
#endif /* _KERNEL */
#ifdef _KERNEL
+void vm_freeze_copyopts(vm_object_t, vm_pindex_t, vm_pindex_t);
void vm_object_set_flag(vm_object_t object, u_short bits);
void vm_object_clear_flag(vm_object_t object, u_short bits);