Changeset 62939f7 in mainline
- Timestamp:
- 2006-06-16T19:28:41Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 898d9f8
- Parents:
- abbc16e
- Location:
- generic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/ipc/irq.h
rabbc16e r62939f7 42 42 #define IPC_IRQ_RESERVED_VIRTUAL 10 43 43 44 #define IPC_IRQ_KLOG (-1) 44 #define IPC_IRQ_KLOG (-1) 45 #define IPC_IRQ_KBDRESTART (-2) 45 46 46 47 typedef enum { -
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.