Changeset 3fe00ee in mainline for uspace/lib/libc/generic/console.c
- Timestamp:
- 2009-03-22T19:48:11Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8b48063
- Parents:
- dc033a1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/console.c
rdc033a1 r3fe00ee 283 283 } 284 284 285 void 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 285 293 /** @} 286 294 */
Note:
See TracChangeset
for help on using the changeset viewer.