register_restart_handler
register_restart_handler(&arm_restart_nb);
register_restart_handler(&zynq_slcr_restart_nb);
register_restart_handler(&xen_restart_nb);
register_restart_handler(&restart_handler);
register_restart_handler(&sbi_srst_reboot_nb);
register_restart_handler(&iss_restart_block);
register_restart_handler(&xt2000_restart_block);
register_restart_handler(&xtfpga_restart_block);
ret = register_restart_handler(&rockchip_restart_handler);
register_restart_handler(&psci_sys_reset_nb);
err = register_restart_handler(&a500_ec_restart_handler);
register_restart_handler(&kb3930_restart_nb);
res = register_restart_handler(&ntxec_restart_handler);
ret = register_restart_handler(&rn5t618_restart_handler);
register_restart_handler(&pwrseq->reset_nb);
err = register_restart_handler(&versatile_reboot_nb);
ret = register_restart_handler(&reset->nb);
err = register_restart_handler(&priv->restart_handler);
err = register_restart_handler(&hisi_restart_nb);
ret = register_restart_handler(&rsctrl_restart_nb);
err = register_restart_handler(&ctx->restart_handler);
return register_restart_handler(&st_restart_nb);
err = register_restart_handler(&ctx->restart_handler);
err = register_restart_handler(&vexpress_restart_nb);
err = register_restart_handler(&ath79_reset->restart_nb);
register_restart_handler(&data->restart_nb);
ret = register_restart_handler(&rc->restart_nb);
err = register_restart_handler(&reset_data->restart_handler);
ret = register_restart_handler(&rc->restart_nb);
return register_restart_handler(&reset->notifier);
rc = register_restart_handler(&wdt_restart_handler);
res = register_restart_handler(&at91rm9200_restart_nb);
ret = register_restart_handler(&wdd->restart_nb);
extern int register_restart_handler(struct notifier_block *);
EXPORT_SYMBOL(register_restart_handler);