Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2227 → Rev 2226

/trunk/kernel/arch/ppc64/src/ppc64.c
128,7 → 128,6
void arch_grab_console(void)
{
}
 
/** Return console to userspace
*
*/
136,11 → 135,5
{
}
 
void arch_reboot(void)
{
// TODO
while (1);
}
 
/** @}
*/