Subversion Repositories HelenOS

Rev

Rev 4164 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4164 Rev 4168
Line 280... Line 280...
280
 
280
 
281
    cbuffer_flush();
281
    cbuffer_flush();
282
    async_msg_1(cons_phone, CONSOLE_CURSOR_VISIBILITY, show != 0);
282
    async_msg_1(cons_phone, CONSOLE_CURSOR_VISIBILITY, show != 0);
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
 */