summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorBenjamin Walsh <benjamin.walsh@windriver.com>2016-10-06 14:47:29 -0400
committerBenjamin Walsh <benjamin.walsh@windriver.com>2016-10-10 21:27:40 +0000
commit8ae55deaf92287697723ed9d574474e7ef2cecf1 (patch)
treef63738fb7166025a70843f7756e3de5dedbb382b /kernel
parentc742d7e6b3a5d4829a314c6d8acbad387302b017 (diff)
unified: remove unused references from nano_private.h
Leftover from the nanokernel. Change-Id: I06f43f182ddbf40617b97aea424252e9c46a95e1 Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/unified/include/nano_internal.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/kernel/unified/include/nano_internal.h b/kernel/unified/include/nano_internal.h
index e4f0b2ceb..944606452 100644
--- a/kernel/unified/include/nano_internal.h
+++ b/kernel/unified/include/nano_internal.h
@@ -82,19 +82,6 @@ extern void _thread_exit(struct tcs *tcs);
} while (0)
#endif /* CONFIG_THREAD_MONITOR */
-/* special nanokernel object APIs */
-
-struct nano_lifo;
-
-extern void *_nano_fiber_lifo_get_panic(struct nano_lifo *lifo);
-
-#define _TASK_PENDQ_INIT(queue) do { } while (0)
-#define _NANO_UNPEND_TASKS(queue) do { } while (0)
-#define _TASK_NANO_UNPEND_TASKS(queue) do { } while (0)
-#define _NANO_TASK_READY(tcs) do { } while (0)
-#define _NANO_TIMER_TASK_READY(tcs) do { } while (0)
-#define _IS_MICROKERNEL_TASK(tcs) (0)
-
#ifdef __cplusplus
}
#endif