Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3149 → Rev 3190

/branches/dynload/kernel/generic/include/proc/task.h
140,7 → 140,6
 
extern unative_t sys_task_get_id(task_id_t *uspace_task_id);
extern unative_t sys_task_spawn_loader(int *uspace_phone_id);
extern unative_t sys_task_spawn(void *image, size_t size);
 
#endif
 
/branches/dynload/kernel/generic/include/proc/thread.h
248,8 → 248,6
extern void thread_update_accounting(void);
extern bool thread_exists(thread_t *t);
 
extern thread_t *thread_create_program(void *program_addr, char *name);
 
/** Fpu context slab cache. */
extern slab_cache_t *fpu_context_slab;