Subversion Repositories HelenOS

Rev

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

Rev 2089 Rev 2227
Line 176... Line 176...
176
unative_t sys_tls_set(unative_t addr)
176
unative_t sys_tls_set(unative_t addr)
177
{
177
{
178
    return 0;
178
    return 0;
179
}
179
}
180
 
180
 
-
 
181
void arch_reboot(void)
-
 
182
{
-
 
183
    // TODO
-
 
184
    while (1);
-
 
185
}
-
 
186
 
181
/** @}
187
/** @}
182
 */
188
 */