Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4089 → Rev 4090

/trunk/kernel/generic/src/console/cmd.c
79,12 → 79,6
.argc = 0
};
 
static cmd_info_t exit_info = {
.name = "exit",
.description = "Exit kconsole.",
.argc = 0
};
 
static int cmd_reboot(cmd_arg_t *argv);
static cmd_info_t reboot_info = {
.name = "reboot",
457,7 → 451,6
&continue_info,
&cpus_info,
&desc_info,
&exit_info,
&reboot_info,
&uptime_info,
&halt_info,