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

@ -41,7 +41,7 @@ DESCRIPTION
#include <sections.h>
#include <arch/cpu.h>
#ifdef CONFIG_TICKLESS_IDLE
#include <nanok.h>
#include <nano_private.h>
#endif
_ASM_FILE_PROLOGUE

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>

View file

@ -39,7 +39,7 @@ Common fault handler for ARM Cortex-M processors.
#include <sections.h>
#include <nanokernel.h>
#include <nanok.h>
#include <nano_private.h>
#ifdef CONFIG_PRINTK
#include <misc/printk.h>

View file

@ -46,7 +46,7 @@ anymore.
#include <offsets.h>
#include <toolchain.h>
#include <sections.h>
#include <nanok.h>
#include <nano_private.h>
#include <arch/cpu.h>
_ASM_FILE_PROLOGUE

View file

@ -43,7 +43,7 @@ a parameter.
#include <toolchain.h>
#include <sections.h>
#include <sw_isr_table.h>
#include <nanok.h>
#include <nano_private.h>
#include <arch/cpu.h>
_ASM_FILE_PROLOGUE

View file

@ -45,7 +45,7 @@ the PendSV exception.
#include <micro_private_types.h>
#endif
#include <nanok.h>
#include <nano_private.h>
#include <toolchain.h>
#include <sections.h>
#include <nanokernel.h>

View file

@ -39,7 +39,7 @@ architecture.
#include <nanokernel.h>
#include <arch/cpu.h>
#include <toolchain.h>
#include <nanok.h>
#include <nano_private.h>
#include <wait_q.h>
tNANO _nanokernel = {0};

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>

View file

@ -49,7 +49,7 @@ completeness.
*/
#include <genOffset.h>
#include <nanok.h>
#include <nano_private.h>
#include <offsets/common.h>
/* ARM-specific tNANO structure member offsets */

View file

@ -38,7 +38,7 @@ on ARM Cortex-M3/M4 CPUs.
#define _ASMLANGUAGE
#include <nanok.h>
#include <nano_private.h>
#include <offsets.h>
#include <toolchain.h>
#include <arch/cpu.h>

View file

@ -45,7 +45,7 @@ PendSV exception and cause the immediate context switch to K_swapper.
#include <toolchain.h>
#include <sections.h>
#include <micro_private.h>
#include <nanok.h>
#include <nano_private.h>
#include <microkernel.h>
#include <nanokernel.h>
#include <misc/__assert.h>