Subversion Repositories HelenOS

Rev

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

Rev 2131 Rev 2307
Line 153... Line 153...
153
    for (;;)
153
    for (;;)
154
        ;
154
        ;
155
    /* not reached */
155
    /* not reached */
156
}
156
}
157
 
157
 
-
 
158
void arch_reboot(void)
-
 
159
{
-
 
160
    // TODO
-
 
161
    while (1);
-
 
162
}
-
 
163
 
158
/** @}
164
/** @}
159
 */
165
 */