Name

register_reboot_notifier — Register function to be called at reboot time

Synopsis

int register_reboot_notifier (struct notifier_block * nb);

Arguments

nb

Info about notifier function to be called

Description

Registers a function with the list of functions to be called at reboot time.

Currently always returns zero, as notifier_chain_register always returns zero.