kernel_restart

Langue: en

Autres versions - même langue

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

NAME

kernel_restart - reboot the system

SYNOPSIS

void kernel_restart(char * cmd);

ARGUMENTS

cmd

pointer to buffer containing command to execute for restart or NULL

DESCRIPTION

Shutdown everything and perform a clean reboot. This is not safe to call in interrupt context.