Subversion Repositories HelenOS-historic

Rev

Rev 1705 | Rev 1756 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1705 Rev 1734
Line 107... Line 107...
107
/** Acquire console back for kernel
107
/** Acquire console back for kernel
108
 *
108
 *
109
 */
109
 */
110
void arch_grab_console(void)
110
void arch_grab_console(void)
111
{
111
{
-
 
112
    cuda_grab();
112
}
113
}
-
 
114
 
113
/** Return console to userspace
115
/** Return console to userspace
114
 *
116
 *
115
 */
117
 */
116
void arch_release_console(void)
118
void arch_release_console(void)
117
{
119
{
-
 
120
    cuda_release();
118
}
121
}
119
 
122
 
120
 /** @}
123
/** @}
121
 */
124
 */
122
 
-