blob: 3819153de8bd2b33c90454c591bcc84be4552704 [file] [log] [blame]
Heiko Carstenscf13f0e2005-06-25 14:58:11 -07001/*
Heiko Carstensa53c8fa2012-07-20 11:15:04 +02002 * Copyright IBM Corp. 2005
Heiko Carstenscf13f0e2005-06-25 14:58:11 -07003 *
4 * Author(s): Heiko Carstens <heiko.carstens@de.ibm.com>
5 *
6 */
7
8#include <linux/threads.h>
9#include <linux/kexec.h>
Heiko Carstens2b67fc42007-02-05 21:16:47 +010010#include <linux/reboot.h>
Heiko Carstenscf13f0e2005-06-25 14:58:11 -070011
Alexander Nyberg6e274d12005-06-25 14:58:26 -070012void machine_crash_shutdown(struct pt_regs *regs)
Heiko Carstenscf13f0e2005-06-25 14:58:11 -070013{
14}