1REGISTER_REBOOT_NOTI(9)          Driver Basics         REGISTER_REBOOT_NOTI(9)
2
3
4

NAME

6       register_reboot_notifier - Register function to be called at reboot
7       time
8

SYNOPSIS

10       int register_reboot_notifier(struct notifier_block * nb);
11

ARGUMENTS

13       nb
14           Info about notifier function to be called
15

DESCRIPTION

17       Registers a function with the list of functions to be called at reboot
18       time.
19
20       Currently always returns zero, as blocking_notifier_chain_register
21       always returns zero.
22
24Kernel Hackers Manual 3.10         June 2019           REGISTER_REBOOT_NOTI(9)
Impressum