Changeset 1410f35 in mainline for kernel/arch/mips32/src/console.c


Ignore:
Timestamp:
2009-03-12T18:08:04Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
91ea7c4
Parents:
b76e51d
Message:

use generic dsrlnin and dsrlnout devices instead of platform specific msim keyboard and console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/console.c

    rb76e51d r1410f35  
    2727 */
    2828
    29 /** @addtogroup mips32 
     29/** @addtogroup mips32
    3030 * @{
    3131 */
     
    3434
    3535#include <console/console.h>
    36 #include <arch/console.h>
    37 #include <arch/drivers/serial.h>
    38 #include <arch/drivers/msim.h>
    3936#include <genarch/fb/fb.h>
    4037
     
    4744        fb_redraw();
    4845#endif
    49         msim_kbd_grab();
    5046}
    5147
     
    5551void arch_release_console(void)
    5652{
    57         msim_kbd_release();
    5853}
    5954
Note: See TracChangeset for help on using the changeset viewer.