Name

notifier_chain_register — Add notifier to a notifier chain

Synopsis

int notifier_chain_register (struct notifier_block **  list,
 struct notifier_block *  n);

Arguments

list

Pointer to root list pointer

n

New entry in notifier chain

Description

Adds a notifier to a notifier chain.

Currently always returns zero.