aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_object.h
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2003-11-09 05:25:35 +0000
committerAlan Cox <alc@FreeBSD.org>2003-11-09 05:25:35 +0000
commit950f8459d4b081a7220d484e5447f4a13c39eb84 (patch)
treebd200432449621c47dc3d9215eac5e23df813e31 /sys/vm/vm_object.h
parent1bcb5f5a965368874b916378e7da54857a0a86b4 (diff)
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
-rw-r--r--sys/vm/vm_object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 96d866696b571..bd4f44d943be1 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -216,6 +216,8 @@ void vm_object_reference (vm_object_t);
void vm_object_reference_locked(vm_object_t);
void vm_object_shadow (vm_object_t *, vm_ooffset_t *, vm_size_t);
void vm_object_split(vm_map_entry_t);
+void vm_object_sync(vm_object_t, vm_ooffset_t, vm_size_t, boolean_t,
+ boolean_t);
void vm_object_madvise (vm_object_t, vm_pindex_t, int, int);
#endif /* _KERNEL */