Changeset 099aa78 in mainline for kernel/generic/src/console/cmd.c
- Timestamp:
- 2009-03-12T17:49:03Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a7efdec
- Parents:
- a02e383
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/console/cmd.c
ra02e383 r099aa78 80 80 }; 81 81 82 static cmd_info_t exit_info = {83 .name = "exit",84 .description = "Exit kconsole.",85 .argc = 086 };87 88 82 static int cmd_reboot(cmd_arg_t *argv); 89 83 static cmd_info_t reboot_info = { … … 458 452 &cpus_info, 459 453 &desc_info, 460 &exit_info,461 454 &reboot_info, 462 455 &uptime_info,
Note:
See TracChangeset
for help on using the changeset viewer.