mirror of
https://github.com/drasko/codezero.git
synced 2026-06-07 09:34:09 +02:00
tcb_alloc_init of l4lib was clashing with mm0 definitions.
This commit is contained in:
@@ -36,7 +36,7 @@ struct global_list {
|
||||
};
|
||||
|
||||
struct tcb *find_task(int tid);
|
||||
struct tcb *tcb_alloc_init(struct tcb *parent, unsigned int flags);
|
||||
struct tcb *l4_tcb_alloc_init(struct tcb *parent, unsigned int flags);
|
||||
void global_add_task(struct tcb *task);
|
||||
void global_remove_task(struct tcb *task);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user