Skip to content
Snippets Groups Projects
Commit 698d3cdd authored by antnh6@gmail.com's avatar antnh6@gmail.com
Browse files

modified scheduler.h

parent 6793a832
No related branches found
No related tags found
1 merge request!16Withtime
#ifndef SCHEDULER_H #ifndef SCHEDULER_H
#define SCHEDULER_H #define SCHEDULER_H
int schedulerInit(); // add the IDLE task with lowest priority and first USER task maybe int schedulerInit(KernelStruct* Colonel);
int pushToScheduler (KernelStruct* Colonel, TD* Task); int pushToScheduler (KernelStruct* Colonel, TD* Task);
......
...@@ -11,7 +11,7 @@ typedef enum syscall { ...@@ -11,7 +11,7 @@ typedef enum syscall {
void handlerCreate (TD* Active); void handlerCreate (TD* Active);
int syscallHandler (KernelStruct* Colonel, TD* Active); int syscallHandler (KernelStruct* Colonel);
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment