/*
- * 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@
*
#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 */
control : vm_purgable_t;
inout state : int);
+
+routine _map_exec_lockdown(
+ target_task : vm_map_t);
+
+
#endif /* VM32_SUPPORT */
/* vim: set ft=c : */