diff options
| author | 2014-10-01 11:19:10 -0700 | |
|---|---|---|
| committer | 2014-10-01 11:19:10 -0700 | |
| commit | a7979009500df9766ba7d78554a6da9dea18dc26 (patch) | |
| tree | 81bc6683d6a4c35761a64fb1c2eeaf59af1aff9f /include/linux | |
| parent | doc/kernel-parameters.txt: clarify clk_ignore_unused (diff) | |
| parent | clk: samsung: register restart handlers for s3c2412 and s3c2443 (diff) | |
| download | linux-dev-a7979009500df9766ba7d78554a6da9dea18dc26.tar.xz linux-dev-a7979009500df9766ba7d78554a6da9dea18dc26.zip | |
Merge tag 'v3.18-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-next
Allow parent rate changes for i2s on rk3288
and rockchip as well as s3c24xx restart handlers.
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; extern int register_reboot_notifier(struct notifier_block *); extern int unregister_reboot_notifier(struct notifier_block *); +extern int register_restart_handler(struct notifier_block *); +extern int unregister_restart_handler(struct notifier_block *); +extern void do_kernel_restart(char *cmd); /* * Architecture-specific implementations of sys_reboot commands. |
