add lab4 spoc discuss
This commit is contained in:
10
related_info/lab4/lab4-spoc-discuss/kern/schedule/sched.h
Normal file
10
related_info/lab4/lab4-spoc-discuss/kern/schedule/sched.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __KERN_SCHEDULE_SCHED_H__
|
||||
#define __KERN_SCHEDULE_SCHED_H__
|
||||
|
||||
#include <proc.h>
|
||||
|
||||
void schedule(void);
|
||||
void wakeup_proc(struct proc_struct *proc);
|
||||
|
||||
#endif /* !__KERN_SCHEDULE_SCHED_H__ */
|
||||
|
||||
Reference in New Issue
Block a user