#endif /* KERNEL_SERVER */
memory_object 2200;
-#ifdef MACH_KERNEL
-#include <advisory_pageout.h>
-#endif /* MACH_KERNEL */
-
#include <mach/std_types.defs>
#include <mach/mach_types.defs>
routine memory_object_last_unmap(
memory_object : memory_object_t);
+routine memory_object_data_reclaim(
+ memory_object : memory_object_t;
+ reclaim_backing_store : boolean_t);
+
/* vim: set ft=c : */