Subversion Repositories HelenOS-historic

Rev

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

Rev 955 Rev 973
Line 47... Line 47...
47
extern spinlock_t tasks_lock;
47
extern spinlock_t tasks_lock;
48
extern link_t tasks_head;
48
extern link_t tasks_head;
49
 
49
 
50
extern void task_init(void);
50
extern void task_init(void);
51
extern task_t *task_create(as_t *as);
51
extern task_t *task_create(as_t *as);
-
 
52
extern task_t *task_run_program(void * program_addr);
52
 
53
 
53
#endif
54
#endif