Begin consolidation of arch-independent private nanokernel APIs

Introduces nano_internal.h, which will declare all architecture-
independent non-public nanokernel APIs. This file is automatically
incorporated by the various architecture-specific include files
for non-public nanokernel APIs, and will not normally be included
directly by any other files.

Change-Id: I9f3de812a5747cc720fa0ff739007315e8d07dd9
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
Allan Stephens 2015-06-04 09:02:25 -04:00 committed by Anas Nashif
commit bff7fc17fe
10 changed files with 37 additions and 37 deletions

View file

@ -40,7 +40,6 @@ architecture.
#include <arch/cpu.h>
#include <toolchain.h>
#include <nanok.h>
#include <nanocontextentry.h>
tNANO _nanokernel = {0};