Subversion Repositories HelenOS

Rev

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

Rev 4339 Rev 4344
Line 48... Line 48...
48
void arch_grab_console(void)
48
void arch_grab_console(void)
49
{
49
{
50
#ifdef CONFIG_FB
50
#ifdef CONFIG_FB
51
    fb_redraw();
51
    fb_redraw();
52
#endif
52
#endif
53
    machine_grab_console();
-
 
54
}
53
}
55
 
54
 
56
/** Return console to userspace. */
55
/** Return console to userspace. */
57
void arch_release_console(void)
56
void arch_release_console(void)
58
{
57
{
59
    machine_release_console();
-
 
60
}
58
}
61
 
59
 
62
/** @}
60
/** @}
63
 */
61
 */