X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..4a3eedf9ecc9bbe3f3a5c6ce5e53ad199d639d32:/osfmk/ppc/PseudoKernel.h diff --git a/osfmk/ppc/PseudoKernel.h b/osfmk/ppc/PseudoKernel.h index d8763b134..31b83af7e 100644 --- a/osfmk/ppc/PseudoKernel.h +++ b/osfmk/ppc/PseudoKernel.h @@ -46,6 +46,8 @@ extern int bb_enable_bluebox(struct savearea *); extern int bb_disable_bluebox(struct savearea *); extern int bb_settaskenv(struct savearea *); +kern_return_t syscall_notify_interrupt(void); + struct BlueExceptionDataArea { UInt32 srr0; // OUT PC at time of exception, IN return address UInt32 srr1; // OUT/IN msr FE0, BE, SE and FE1 bits to restore on exit