]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/exception.h
xnu-6153.11.26.tar.gz
[apple/xnu.git] / osfmk / kern / exception.h
index 0f5a81effebc5217c97585a48f9948d543a43bff..163994656c697d54eef14d0b6fb6b32ee46427c7 100644 (file)
@@ -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,