修正一些编译器警告

This commit is contained in:
longjin
2022-10-17 18:40:07 +08:00
parent 34205659b5
commit 173c988d5d
5 changed files with 11 additions and 10 deletions

View File

@ -37,9 +37,3 @@ struct process_control_block *sched_cfs_dequeue();
*
*/
void sched_cfs_init();
/**
* @brief 当时钟中断到达时,更新时间片
*
*/
void sched_update_jiffies();

View File

@ -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();