Changeset 62939f7 in mainline for generic/src/console/cmd.c


Ignore:
Timestamp:
2006-06-16T19:28:41Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
898d9f8
Parents:
abbc16e
Message:

Send to uspace notification about end of kconsole mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/console/cmd.c

    rabbc16e r62939f7  
    6464#include <proc/task.h>
    6565#include <ipc/ipc.h>
     66#include <ipc/irq.h>
    6667
    6768/* Data and methods for 'help' command. */
     
    802803        printf("Use userspace controls to redraw the screen.\n");
    803804        arch_release_console();
     805        ipc_irq_send_msg(IPC_IRQ_KBDRESTART, 0, 0, 0);
    804806        return 1;
    805807}
Note: See TracChangeset for help on using the changeset viewer.