X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/e5568f75972dfc723778653c11cb6b4dc825716a..b36670cedae0009469e8ee117453de831de64a6b:/osfmk/kern/exception.h?ds=sidebyside diff --git a/osfmk/kern/exception.h b/osfmk/kern/exception.h index 88ef46f6e..766e216b4 100644 --- a/osfmk/kern/exception.h +++ b/osfmk/kern/exception.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -23,8 +23,8 @@ * @OSF_COPYRIGHT@ */ -#ifndef _EXCEPTION_H_ -#define _EXCEPTION_H_ +#ifndef _KERN_EXCEPTION_H_ +#define _KERN_EXCEPTION_H_ #include #include @@ -42,7 +42,7 @@ struct exception_action { }; /* 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); @@ -52,4 +52,4 @@ extern kern_return_t sys_perf_notify(struct task *task, exception_data_t code, mach_msg_type_number_t codeCnt); -#endif /* _EXCEPTION_H_ */ +#endif /* _KERN_EXCEPTION_H_ */