summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm.h')
-rw-r--r--sys/vm/vm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm.h b/sys/vm/vm.h
index bfb4a60..d87495d 100644
--- a/sys/vm/vm.h
+++ b/sys/vm/vm.h
@@ -147,6 +147,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 */
OpenPOWER on IntegriCloud