X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/d9a64523371fa019c4575bb400cbbc3a50ac9903..eb6b6ca394357805f2bdba989abae309f718b4d8:/osfmk/mach/memory_entry.defs diff --git a/osfmk/mach/memory_entry.defs b/osfmk/mach/memory_entry.defs index 07e8fa454..bcc83f26c 100644 --- a/osfmk/mach/memory_entry.defs +++ b/osfmk/mach/memory_entry.defs @@ -32,10 +32,6 @@ subsystem #endif /* KERNEL_SERVER */ memory_entry 4900; -#if !KERNEL && !LIBSYSCALL_INTERFACE - UserPrefix _kernelrpc_; -#endif - #include #include #include @@ -50,3 +46,9 @@ routine mach_memory_entry_access_tracking( inout access_tracking : int; out access_tracking_reads : uint32_t; out access_tracking_writes : uint32_t); + +routine mach_memory_entry_ownership( + mem_entry : mem_entry_name_port_t; + owner : task_t; + ledger_tag : int; + ledger_flags : int);