]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/dev/ppc/unix_startup.c
xnu-201.tar.gz
[apple/xnu.git] / bsd / dev / ppc / unix_startup.c
index 32ba91f5c555da9bf3f3dbd596290cf6bfff6174..d8dcbece8ede48bc4e369f803bb9a1bfe4f66f80 100644 (file)
@@ -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();
+}