X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0a7de7458d150b5d4dffc935ba399be265ef0a1a..ea3f04195ba4a5034c9c8e9b726d4f7ce96f1832:/osfmk/kern/exception.h?ds=sidebyside 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,