diff options
| author | Alan Cox <alc@FreeBSD.org> | 2003-11-09 05:25:35 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2003-11-09 05:25:35 +0000 |
| commit | 950f8459d4b081a7220d484e5447f4a13c39eb84 (patch) | |
| tree | bd200432449621c47dc3d9215eac5e23df813e31 /sys/vm/vm_object.h | |
| parent | 1bcb5f5a965368874b916378e7da54857a0a86b4 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
| -rw-r--r-- | sys/vm/vm_object.h | 2 |
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 */ |
