X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0a7de7458d150b5d4dffc935ba399be265ef0a1a..c6bf4f310a33a9262d455ea4d3f0630b1255e3fe:/osfmk/kern/exception.h diff --git a/osfmk/kern/exception.h b/osfmk/kern/exception.h index 0f5a81eff..163994656 100644 --- a/osfmk/kern/exception.h +++ b/osfmk/kern/exception.h @@ -50,6 +50,9 @@ struct exception_action { struct label *label; /* MAC label associated with action */ }; +/* Initialize global state needed for exceptions. */ +extern void exception_init(void); + /* Make an up-call to a thread's exception server */ extern kern_return_t exception_triage( exception_type_t exception,