diff options
| author | Heiko Stuebner <heiko@sntech.de> | 2014-10-01 05:04:37 -0400 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2014-10-01 05:04:37 -0400 |
| commit | aec1d96c530674f634730bbc604a807f1ba65bfb (patch) | |
| tree | da253fde79d42ae7e0e34e045c8848763f22910b /include/linux | |
| parent | fc69ed70c16a31d6a77ec47a30a9fe941f763f1e (diff) | |
| parent | 6cd6d94d96d9b1cd8a62da91aac44cf56e301e75 (diff) | |
Merge tag 'tags/restart-handler-for-v3.18' into v3.18-next/cpuclk
Immutable branch with restart handler patches for v3.18
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/reboot.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/reboot.h b/include/linux/reboot.h index 48bf152761c7..67fc8fcdc4b0 100644 --- a/include/linux/reboot.h +++ b/include/linux/reboot.h | |||
| @@ -38,6 +38,9 @@ extern int reboot_force; | |||
| 38 | extern int register_reboot_notifier(struct notifier_block *); | 38 | extern int register_reboot_notifier(struct notifier_block *); |
| 39 | extern int unregister_reboot_notifier(struct notifier_block *); | 39 | extern int unregister_reboot_notifier(struct notifier_block *); |
| 40 | 40 | ||
| 41 | extern int register_restart_handler(struct notifier_block *); | ||
| 42 | extern int unregister_restart_handler(struct notifier_block *); | ||
| 43 | extern void do_kernel_restart(char *cmd); | ||
| 41 | 44 | ||
| 42 | /* | 45 | /* |
| 43 | * Architecture-specific implementations of sys_reboot commands. | 46 | * Architecture-specific implementations of sys_reboot commands. |
