Changeset 90a77e9 in mainline for kernel/arch/mips32/src/console.c
- Timestamp:
- 2008-12-24T14:46:28Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ab25d30
- Parents:
- b1a29bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/console.c
rb1a29bb r90a77e9 37 37 #include <arch/drivers/serial.h> 38 38 #include <arch/drivers/msim.h> 39 #include <genarch/fb/fb.h> 39 40 40 41 void console_init(devno_t devno) … … 51 52 void arch_grab_console(void) 52 53 { 54 #ifdef CONFIG_FB 55 fb_redraw(); 56 #endif 53 57 msim_kbd_grab(); 54 58 }
Note:
See TracChangeset
for help on using the changeset viewer.