mirror of
https://github.com/drasko/codezero.git
synced 2026-03-22 12:01:51 +01:00
Moved all threading functions to libl4/include/l4lib/thread/*
This commit is contained in:
@@ -9,14 +9,4 @@
|
||||
|
||||
int utcb_init(void);
|
||||
|
||||
/* Bora start */
|
||||
#include <l4lib/tcb.h>
|
||||
|
||||
/* Checks if l4_set_stack_params is called. */
|
||||
#define IS_UTCB_SETUP() (lib_utcb_range_size)
|
||||
|
||||
unsigned long get_utcb_addr(struct l4lib_tcb *task);
|
||||
int delete_utcb_addr(struct l4lib_tcb *task);
|
||||
/* Bora end */
|
||||
|
||||
#endif /* __UTCB_H__ */
|
||||
|
||||
Reference in New Issue
Block a user