Move clock functions from sched/ to sched/clock

This commit is contained in:
Gregory Nutt
2014-08-08 14:43:02 -06:00
parent 85e8117062
commit d4b56eb3cc
69 changed files with 127 additions and 87 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
#include <nuttx/arch.h>
#include "os_internal.h"
#include "clock_internal.h"
#include "clock/clock.h"
#include "mqueue/mqueue.h"
/****************************************************************************
+1 -1
View File
@@ -49,7 +49,7 @@
#include <debug.h>
#include <nuttx/arch.h>
#include "clock_internal.h"
#include "clock/clock.h"
#include "os_internal.h"
#include "mqueue/mqueue.h"