Subversion Repositories HelenOS

Rev

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

Rev 2131 Rev 2307
Line 80... Line 80...
80
void after_thread_ran_arch(void)
80
void after_thread_ran_arch(void)
81
{
81
{
82
    /* TODO */
82
    /* TODO */
83
}
83
}
84
 
84
 
-
 
85
void arch_reboot(void)
-
 
86
{
-
 
87
    // TODO
-
 
88
    while (1);
-
 
89
}
-
 
90
 
85
/** @}
91
/** @}
86
 */
92
 */