aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/reboot.h
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2008-04-28 04:01:34 +0000
committerSteve French <sfrench@us.ibm.com>2008-04-28 04:01:34 +0000
commit1dbbb6077426f8ce63d6a59c5ac6613e1689cbde (patch)
tree6141d4d7a8eb7c557705bdfa764137d4fd2e4924 /include/asm-x86/reboot.h
parentd09e860cf07e7c9ee12920a09f5080e30a12a23a (diff)
parent064922a805ec7aadfafdd27aa6b4908d737c3c1d (diff)
downloadkernel_samsung_tuna-1dbbb6077426f8ce63d6a59c5ac6613e1689cbde.zip
kernel_samsung_tuna-1dbbb6077426f8ce63d6a59c5ac6613e1689cbde.tar.gz
kernel_samsung_tuna-1dbbb6077426f8ce63d6a59c5ac6613e1689cbde.tar.bz2
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'include/asm-x86/reboot.h')
-rw-r--r--include/asm-x86/reboot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/reboot.h b/include/asm-x86/reboot.h
index 6b5233b..e63741f 100644
--- a/include/asm-x86/reboot.h
+++ b/include/asm-x86/reboot.h
@@ -15,5 +15,7 @@ struct machine_ops {
extern struct machine_ops machine_ops;
void machine_real_restart(unsigned char *code, int length);
+void native_machine_crash_shutdown(struct pt_regs *regs);
+void native_machine_shutdown(void);
#endif /* _ASM_REBOOT_H */