atomic_notifier_chain_register — Add notifier to an atomic notifier chain
int atomic_notifier_chain_register
(struct atomic_notifier_head * nh, struct notifier_block * n);
Pointer to head of the atomic notifier chain
New entry in notifier chain
Adds a notifier to an atomic notifier chain.
Currently always returns zero.