Rev 1702 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1702 | Rev 1780 | ||
|---|---|---|---|
| Line 100... | Line 100... | ||
| 100 | 100 | ||
| 101 | #ifndef task_destroy_arch |
101 | #ifndef task_destroy_arch |
| 102 | extern void task_destroy_arch(task_t *t); |
102 | extern void task_destroy_arch(task_t *t); |
| 103 | #endif |
103 | #endif |
| 104 | 104 | ||
| 105 | extern __native sys_task_get_id(task_id_t *uspace_task_id); |
105 | extern unative_t sys_task_get_id(task_id_t *uspace_task_id); |
| 106 | 106 | ||
| 107 | #endif |
107 | #endif |
| 108 | 108 | ||
| 109 | /** @} |
109 | /** @} |
| 110 | */ |
110 | */ |