Subversion Repositories HelenOS

Rev

Rev 2131 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2131 Rev 2307
Line 209... Line 209...
209
 */
209
 */
210
void arch_release_console(void)
210
void arch_release_console(void)
211
{
211
{
212
}
212
}
213
 
213
 
-
 
214
void arch_reboot(void)
-
 
215
{
-
 
216
    // TODO
-
 
217
    while (1);
-
 
218
}
-
 
219
 
214
/** @}
220
/** @}
215
 */
221
 */