Subversion Repositories HelenOS

Rev

Rev 2227 | Rev 3136 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2227 Rev 2232
Line 178... Line 178...
178
    return 0;
178
    return 0;
179
}
179
}
180
 
180
 
181
void arch_reboot(void)
181
void arch_reboot(void)
182
{
182
{
183
    // TODO
183
    ___halt();
184
    while (1);
184
    while (1);
185
}
185
}
186
 
186
 
187
/** @}
187
/** @}
188
 */
188
 */