/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
* @OSF_COPYRIGHT@
*/
-#ifndef _EXCEPTION_H_
-#define _EXCEPTION_H_
+#ifndef _KERN_EXCEPTION_H_
+#define _KERN_EXCEPTION_H_
#include <mach/mach_types.h>
#include <mach/thread_status.h>
};
/* Make an up-call to a thread's exception server */
-extern void exception(
+extern void exception_triage(
exception_type_t exception,
exception_data_t code,
mach_msg_type_number_t codeCnt);
exception_data_t code,
mach_msg_type_number_t codeCnt);
-#endif /* _EXCEPTION_H_ */
+#endif /* _KERN_EXCEPTION_H_ */