X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..765c9de3b4af7c2078d16a03812ae2c7c2b24938:/bsd/dev/ppc/unix_startup.c diff --git a/bsd/dev/ppc/unix_startup.c b/bsd/dev/ppc/unix_startup.c index 32ba91f5c..d8dcbece8 100644 --- a/bsd/dev/ppc/unix_startup.c +++ b/bsd/dev/ppc/unix_startup.c @@ -149,3 +149,14 @@ bsd_bufferinit() bufinit(); } +void +md_prepare_for_shutdown(int paniced, int howto, char * command) +{ + extern void IOSystemShutdownNotification(); + + /* + * Temporary hack to notify the power management root domain + * that the system will shut down. + */ + IOSystemShutdownNotification(); +}