raw_notifier_chain_r(9)
NAME
- raw_notifier_chain_register - Add notifier to a raw noti
- fier chain
SYNOPSIS
int raw_notifier_chain_register(struct raw_notifier_head * nh, struct notifier_block * n);
ARGUMENTS
- nh
- Pointer to head of the raw notifier chain
- n
- New entry in notifier chain
DESCRIPTION
- Adds a notifier to a raw notifier chain. All locking must
- be provided by the caller.
- Currently always returns zero.