44 printf (
"Cannot reboot; not implemented\n" );
#define __unused
Declare a variable or data structure as unused.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define ENOTSUP
Operation not supported.
#define PROVIDE_REBOOT(_subsys, _api_func, _func)
Provide an reboot API implementation.
int poweroff(void)
Power off system.
void reboot(int flags)
Reboot system.
static int null_poweroff(void)
Power off system.
static void null_reboot(int flags __unused)
Reboot system.
int printf(const char *fmt,...)
Write a formatted string to the console.