/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2003 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
#include <kern/lock.h>
#include <kern/exception.h>
#include <mach/exception_types.h>
+#include <mach/host_special_ports.h>
#include <kern/kern_types.h>
struct host {
decl_mutex_data(,lock) /* lock to protect exceptions */
- ipc_port_t host_self;
- ipc_port_t host_priv_self;
- ipc_port_t host_security_self;
- ipc_port_t io_master;
+ ipc_port_t special[HOST_MAX_SPECIAL_PORT + 1];
struct exception_action exc_actions[EXC_TYPES_COUNT];
};