void parameter on functions of arity 0
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
#define SCHEDULER_H
|
||||
|
||||
struct cpu_status_t* scheduler_schedule(struct cpu_status_t* context);
|
||||
void scheduler_init();
|
||||
void scheduler_init(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user