Move headers to include/
This commit is contained in:
13
include/sched/scheduler.h
Normal file
13
include/sched/scheduler.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* @author xamidev <xamidev@riseup.net>
|
||||
* @brief Round-robin scheduler
|
||||
* @license GPL-3.0-only
|
||||
*/
|
||||
|
||||
#ifndef SCHEDULER_H
|
||||
#define SCHEDULER_H
|
||||
|
||||
struct cpu_status_t* scheduler_schedule(struct cpu_status_t* context);
|
||||
void scheduler_init(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user