blocking_notifier_chain_register — Add notifier to a blocking notifier chain
int blocking_notifier_chain_register
(struct blocking_notifier_head * nh, struct notifier_block * n);
Pointer to head of the blocking notifier chain
New entry in notifier chain
Adds a notifier to a blocking notifier chain. Must be called in process context.
Currently always returns zero.