]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/vm32_map.defs
xnu-4570.51.1.tar.gz
[apple/xnu.git] / osfmk / mach / vm32_map.defs
index d28be8de875e6597055644ae9c3bfa2b5d674801..c4ed1d7cdad42fd6bf13139808c122bd13625c69 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2016 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -73,7 +73,7 @@ serverprefix vm32_;
 #include <mach/mach_types.defs>
 #include <mach_debug/mach_debug_types.defs>
 
-#if VM32_SUPPORT
+#ifdef VM32_SUPPORT
 
 /* See vm_map.defs for more information */
 
@@ -279,6 +279,11 @@ routine purgable_control(
                control         : vm_purgable_t;
        inout   state           : int);
 
+
+routine _map_exec_lockdown(
+               target_task : vm_map_t);
+
+
 #endif /* VM32_SUPPORT */
 
 /* vim: set ft=c : */