mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-20 05:56:32 +00:00
修正一些编译器警告
This commit is contained in:
@ -37,9 +37,3 @@ struct process_control_block *sched_cfs_dequeue();
|
||||
*
|
||||
*/
|
||||
void sched_cfs_init();
|
||||
|
||||
/**
|
||||
* @brief 当时钟中断到达时,更新时间片
|
||||
*
|
||||
*/
|
||||
void sched_update_jiffies();
|
||||
|
@ -15,4 +15,10 @@ void sched_enqueue(struct process_control_block *pcb);
|
||||
void sched();
|
||||
|
||||
|
||||
void sched_init();
|
||||
void sched_init();
|
||||
|
||||
/**
|
||||
* @brief 当时钟中断到达时,更新时间片
|
||||
*
|
||||
*/
|
||||
void sched_update_jiffies();
|
Reference in New Issue
Block a user