Rename nanokernel's nanok.h to nano_private.h

The new name better reflects that this file contains all private
nanokernel APIs that are used by various kernel subsystems.

Change-Id: I4c258d582e93753eec9e575fdb5f9f2109417a0f
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
Allan Stephens 2015-06-19 11:07:02 -04:00 committed by Anas Nashif
commit c29d41cab7
63 changed files with 77 additions and 77 deletions

View file

@ -40,7 +40,7 @@ wrapped around by _isr_wrapper()).
#define _ASMLANGUAGE
#include <nanok.h>
#include <nano_private.h>
#include <offsets.h>
#include <toolchain.h>
#include <arch/cpu.h>