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

NAME

6       kernel_restart - reboot the system
7

SYNOPSIS

9       void kernel_restart(char * cmd);
10

ARGUMENTS

12       cmd
13           pointer to buffer containing command to execute for restart or NULL
14

DESCRIPTION

16       Shutdown everything and perform a clean reboot. This is not safe to
17       call in interrupt context.
18
20Kernel Hackers Manual 3.10         June 2019                 KERNEL_RESTART(9)
Impressum