summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/vm/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/vm/vm.h')
-rw-r--r--freebsd/sys/vm/vm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd/sys/vm/vm.h b/freebsd/sys/vm/vm.h
index 106c510c..17aea47e 100644
--- a/freebsd/sys/vm/vm.h
+++ b/freebsd/sys/vm/vm.h
@@ -151,6 +151,7 @@ int swap_reserve_by_cred(vm_ooffset_t incr, struct ucred *cred);
void swap_reserve_force(vm_ooffset_t incr);
void swap_release(vm_ooffset_t decr);
void swap_release_by_cred(vm_ooffset_t decr, struct ucred *cred);
+void swapper(void);
#endif /* VM_H */