* THIS INTERFACE IS STILL EVOLVING.
*/
#if !defined(_MACH_VM_PUBLISH_AS_LOCAL_)
-#if !defined(__LP64__)
+#if !defined(__LP64__) || KERNEL_SERVER || XNU_KERNEL_PRIVATE || LIBSYSCALL_INTERFACE
routine _mach_make_memory_entry(
#else
routine mach_make_memory_entry(
inout state : int);
+#if !defined(_MACH_VM_PUBLISH_AS_LOCAL_)
+routine mach_vm_page_info(
+ target_task : vm_map_t;
+ address : mach_vm_address_t;
+ flavor : vm_page_info_flavor_t;
+ out info : vm_page_info_t, CountInOut);
+#else
+skip;
+#endif
+
/****************************** Legacy section ***************************/
/* The following definitions are exist to provide compatibility with */
/* the legacy APIs. They are no different. We just need to produce */