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

@ -39,7 +39,7 @@ This module provides the _NanoFatalErrorHandler() routine for ARM Cortex-M.
#include <sections.h>
#include <nanokernel.h>
#include <nanok.h>
#include <nano_private.h>
#ifdef CONFIG_PRINTK
#include <misc/printk.h>