#ifndef _MACH_TASK_SPECIAL_PORTS_H_
#define _MACH_TASK_SPECIAL_PORTS_H_
-#include <sys/appleapiopts.h>
-
typedef int task_special_port_t;
#define TASK_KERNEL_PORT 1 /* Represents task to the outside
#define TASK_HOST_PORT 2 /* The host (priv) port for task. */
+#define TASK_NAME_PORT 3 /* the name (unpriv) port for task */
+
#define TASK_BOOTSTRAP_PORT 4 /* Bootstrap environment for task. */
-#ifdef __APPLE_API_EVOLVING
+/*
+ * Evolving and likely to change.
+ */
#define TASK_WIRED_LEDGER_PORT 5 /* Wired resource ledger for task. */
#define task_set_paged_ledger_port(task, port) \
(task_set_special_port((task), TASK_PAGED_LEDGER_PORT, (port)))
-#endif /* __APPLE_API_EVOLVING */
-
/*
* Definitions for ease of use
*/