Changeset 3fe00ee in mainline for uspace/lib/libc/generic/console.c


Ignore:
Timestamp:
2009-03-22T19:48:11Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8b48063
Parents:
dc033a1
Message:

'kcon' shell builtin for switching to debug console.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/console.c

    rdc033a1 r3fe00ee  
    283283}
    284284
     285void console_kcon_enable(void)
     286{
     287        int cons_phone = console_phone_get(true);
     288
     289        cbuffer_flush();
     290        async_msg_0(cons_phone, CONSOLE_KCON_ENABLE);
     291}
     292
    285293/** @}
    286294 */
Note: See TracChangeset for help on using the changeset viewer.