44 printf (
"Cannot reboot; not implemented\n" );
int printf(const char *fmt,...)
Write a formatted string to the console.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
#define ENOTSUP
Operation not supported.
int poweroff(void)
Power off system.
#define __unused
Declare a variable or data structure as unused.
PROVIDE_REBOOT(null, reboot, null_reboot)
static void null_reboot(int warm __unused)
Reboot system.
static int null_poweroff(void)
Power off system.
void reboot(int warm)
Reboot system.