mirror of
https://github.com/drasko/codezero.git
synced 2026-03-09 13:53:27 +01:00
Independent compilation of libl4 and libmem working fine.
This commit is contained in:
@@ -22,6 +22,8 @@ extern unsigned long lib_utcb_range_size;
|
||||
/* Static variable definitions */
|
||||
struct l4_mutex lib_mutex;
|
||||
|
||||
extern void global_add_task(struct l4lib_tcb *task);
|
||||
|
||||
/* Function definitions */
|
||||
int l4_thread_create(struct task_ids *ids, unsigned int flags,
|
||||
int (*func)(void *), void *arg)
|
||||
|
||||
Reference in New Issue
Block a user