summaryrefslogtreecommitdiff
path: root/kernel/include/scheduler.h
blob: 73a9d2b8228e35d6d9bac24a6a3f174ee4302815 (plain)
1
2
3
4
5
6
7
8
#ifndef SCHEDULER_H
#define SCHEDULER_H

#include <process.h>

process_t *scheduler(void);

#endif