xref: /DragonOS/kernel/src/include/bindings/wrapper.h (revision 2813126e3190c9b3c1a836a647b259a7adbe0cf3)
1 /**
2  * @file sched-wrapper.h
3  * @author longjin (longjin@RinGoTek.cn)
4  * @brief 这是为调度器相关接口创建rust绑定的wrapper
5  * @version 0.1
6  * @date 2022-11-10
7  *
8  * @copyright Copyright (c) 2022
9  *
10  */
11 #pragma once
12 
13 #include <common/crc16.h>
14 #include <common/crc32.h>
15 #include <common/crc64.h>
16 #include <common/crc7.h>
17 #include <common/crc8.h>
18 #include <common/kfifo.h>
19 #include <common/list.h>
20 #include <common/lz4.h>
21 #include <common/printk.h>
22 #include <common/spinlock.h>
23 #include <common/unistd.h>
24 #include <sched/cfs.h>
25 #include <sched/sched.h>