summaryrefslogtreecommitdiff
path: root/vm/vm_pageout.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_pageout.h')
-rw-r--r--vm/vm_pageout.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vm/vm_pageout.h b/vm/vm_pageout.h
index 90e45a7..7e3e4e4 100644
--- a/vm/vm_pageout.h
+++ b/vm/vm_pageout.h
@@ -46,4 +46,8 @@ extern void vm_pageout_page(vm_page_t, boolean_t, boolean_t);
extern void vm_pageout(void);
+extern void vm_pageout_continue(void);
+
+extern void vm_pageout_scan_continue(void);
+
#endif /* _VM_VM_PAGEOUT_H_ */