Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1586 → Rev 1587

/kernel/trunk/generic/include/proc/task.h
92,6 → 92,10
extern void task_create_arch(task_t *t);
#endif
 
#ifndef task_destroy_arch
extern void task_destroy_arch(task_t *t);
#endif
 
extern __native sys_task_get_id(task_id_t *uspace_task_id);
 
#endif