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:
parent
96d746d3c1
commit
c29d41cab7
63 changed files with 77 additions and 77 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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};
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue