/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2005 Apple Computer, Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
#include <mach/boolean.h>
#include <mach/vm_param.h>
#include <kern/cpu_number.h>
+#include <machine/exec.h>
+
+boolean_t kernacc(off_t, size_t );
-int grade_binary(cpu_type_t exectype, cpu_subtype_t execsubtype);
/*
* Routine: grade_binary()
void
md_prepare_for_shutdown(int paniced, int howto, char * command);
-extern void IOSystemShutdownNotification(void);
-
void
md_prepare_for_shutdown(__unused int paniced, __unused int howto,
__unused char * command)
{
-
- /*
- * Temporary hack to notify the power management root domain
- * that the system will shut down.
- */
- IOSystemShutdownNotification();
+ return;
}