Move task control files from sched/ to sched/task

This commit is contained in:
Gregory Nutt
2014-08-08 16:44:08 -06:00
parent 6683d749ac
commit 23a334c066
39 changed files with 240 additions and 101 deletions
+3 -2
View File
@@ -52,11 +52,12 @@
#include <stdlib.h>
#include <arch/irq.h>
#include <arch/arch.h>
#include <os_internal.h>
#include "task/task.h"
#include "os_internal.h"
struct tcb_s *current_task = NULL;
/**
* This function is called in non-interrupt context
* to switch tasks.