crash.c 232 B

1234567891011121314
  1. /*
  2. * Copyright IBM Corp. 2005
  3. *
  4. * Author(s): Heiko Carstens <heiko.carstens@de.ibm.com>
  5. *
  6. */
  7. #include <linux/threads.h>
  8. #include <linux/kexec.h>
  9. #include <linux/reboot.h>
  10. void machine_crash_shutdown(struct pt_regs *regs)
  11. {
  12. }