table of contents
other versions
- wheezy 3.2.78-1
| UNREGISTER_REBOOT_NO(9) | Driver Basics | UNREGISTER_REBOOT_NO(9) |
NAME¶
unregister_reboot_notifier - Unregister previously registered reboot notifierSYNOPSIS¶
int
unregister_reboot_notifier(struct notifier_block * nb);
ARGUMENTS¶
nbHook to be unregistered
DESCRIPTION¶
Unregisters a previously registered reboot notifier function. Returns zero on success, or -ENOENT on failure.COPYRIGHT¶
| March 2016 | Kernel Hackers Manual 3.2. |