diff options
| author | Alan Cox <alc@FreeBSD.org> | 2002-06-02 23:54:09 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2002-06-02 23:54:09 +0000 |
| commit | c5aaa06dede575d775a08834900d5b089014cbe0 (patch) | |
| tree | 5d55699df959bb45d95b4e410e218a26ab4f0e75 /sys/vm/vm_object.h | |
| parent | ce7be04eaeaa4aab3d90bdde4e1ae6258b09211c (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_object.h')
| -rw-r--r-- | sys/vm/vm_object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 707af0c94b3db..53db3191ae5c2 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -198,6 +198,7 @@ void vm_object_pmap_copy_1 (vm_object_t, vm_pindex_t, vm_pindex_t); void vm_object_pmap_remove (vm_object_t, vm_pindex_t, vm_pindex_t); void vm_object_reference (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_madvise (vm_object_t, vm_pindex_t, int, int); void vm_object_init2 (void); #endif /* _KERNEL */ |
