Changeset 62939f7 in mainline for generic/src/console/cmd.c
- Timestamp:
- 2006-06-16T19:28:41Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 898d9f8
- Parents:
- abbc16e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/console/cmd.c
rabbc16e r62939f7 64 64 #include <proc/task.h> 65 65 #include <ipc/ipc.h> 66 #include <ipc/irq.h> 66 67 67 68 /* Data and methods for 'help' command. */ … … 802 803 printf("Use userspace controls to redraw the screen.\n"); 803 804 arch_release_console(); 805 ipc_irq_send_msg(IPC_IRQ_KBDRESTART, 0, 0, 0); 804 806 return 1; 805 807 }
Note:
See TracChangeset
for help on using the changeset viewer.