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:
parent
69555e8efd
commit
bff7fc17fe
10 changed files with 37 additions and 37 deletions
|
@ -40,7 +40,6 @@ architecture.
|
|||
#include <arch/cpu.h>
|
||||
#include <toolchain.h>
|
||||
#include <nanok.h>
|
||||
#include <nanocontextentry.h>
|
||||
|
||||
tNANO _nanokernel = {0};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue