meta: rename
This commit is contained in:
14
sched/task.c
14
sched/task.c
@@ -1,10 +1,10 @@
|
||||
#include <socks/locks.h>
|
||||
#include <socks/printk.h>
|
||||
#include <socks/clock.h>
|
||||
#include <socks/sched.h>
|
||||
#include <socks/object.h>
|
||||
#include <socks/cpu.h>
|
||||
#include <socks/libc/stdio.h>
|
||||
#include <mango/locks.h>
|
||||
#include <mango/printk.h>
|
||||
#include <mango/clock.h>
|
||||
#include <mango/sched.h>
|
||||
#include <mango/object.h>
|
||||
#include <mango/cpu.h>
|
||||
#include <mango/libc/stdio.h>
|
||||
|
||||
#define TASK_CAST(p) OBJECT_C_CAST(struct task, t_base, &task_type, p)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user