forked from pepper-org/pepperOS
End the _t nonsense
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#ifndef SCHEDULER_H
|
||||
#define SCHEDULER_H
|
||||
|
||||
struct cpu_status_t* scheduler_schedule(struct cpu_status_t* context);
|
||||
struct cpu_status* scheduler_schedule(struct cpu_status* context);
|
||||
void scheduler_init(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user