mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
Full utcb copying partially works now.
This commit is contained in:
@@ -145,6 +145,7 @@ void tcb_delete(struct ktcb *tcb);
|
||||
|
||||
void init_ktcb_list(void);
|
||||
void task_update_utcb(struct ktcb *cur, struct ktcb *next);
|
||||
int tcb_check_and_lazy_map_utcb(struct ktcb *task);
|
||||
|
||||
#endif /* __TCB_H__ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user