kernel: include: rename nano_internal.h to kernel_internal.h

Rename the nano_internal.h to kernel_internal.h and modify the
header file name accordingly wherever it is used.

Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
This commit is contained in:
Ramakrishna Pallala 2018-01-31 10:11:47 +05:30 committed by Kumar Gala
commit 301acb8e1b
20 changed files with 19 additions and 19 deletions

View file

@ -20,7 +20,7 @@
#include <cache.h>
#include <linker/linker-defs.h>
#include <arch/arc/v2/aux_regs.h>
#include <nano_internal.h>
#include <kernel_internal.h>
#include <misc/__assert.h>
#include <init.h>

View file

@ -21,7 +21,7 @@
#include <linker/linker-defs.h>
#include <arch/arc/v2/aux_regs.h>
#include <kernel_structs.h>
#include <nano_internal.h>
#include <kernel_internal.h>
/* XXX - keep for future use in full-featured cache APIs */

View file

@ -32,7 +32,7 @@ extern "C" {
#ifndef _ASMLANGUAGE
#include <kernel.h>
#include <nano_internal.h>
#include <kernel_internal.h>
#include <zephyr/types.h>
#include <misc/util.h>
#include <misc/dlist.h>

View file

@ -20,7 +20,7 @@
#include <zephyr/types.h>
#include <toolchain.h>
#include <linker/linker-defs.h>
#include <nano_internal.h>
#include <kernel_internal.h>
#include <arch/arm/cortex_m/cmsis.h>
#include <string.h>

View file

@ -31,7 +31,7 @@ extern "C" {
#ifndef _ASMLANGUAGE
#include <kernel.h>
#include <nano_internal.h>
#include <kernel_internal.h>
#include <zephyr/types.h>
#include <misc/dlist.h>
#include <atomic.h>

View file

@ -20,7 +20,7 @@
#include <toolchain.h>
#include <linker/linker-defs.h>
#include <kernel_structs.h>
#include <nano_internal.h>
#include <kernel_internal.h>
/**
*

View file

@ -5,7 +5,7 @@
*/
#include <kernel.h>
#include <nano_internal.h>
#include <kernel_internal.h>
#include <kernel_structs.h>
#include <wait_q.h>
#include <string.h>

View file

@ -32,7 +32,7 @@ extern "C" {
#ifndef _ASMLANGUAGE
#include <kernel.h>
#include <nano_internal.h>
#include <kernel_internal.h>
#include <zephyr/types.h>
#include <misc/util.h>
#include <misc/dlist.h>

View file

@ -44,7 +44,7 @@
#include "posix_core.h"
#include "posix_soc_if.h"
#include "nano_internal.h"
#include "kernel_internal.h"
#include "kernel_structs.h"
#include "ksched.h"

View file

@ -18,7 +18,7 @@
extern "C" {
#endif
#include <nano_internal.h>
#include <kernel_internal.h>
/* stacks */
#define STACK_ROUND_UP(x) ROUND_UP(x, STACK_ALIGN_SIZE)

View file

@ -32,7 +32,7 @@
#include "posix_soc.h"
#include "posix_board_if.h"
#include "posix_core.h"
#include "nano_internal.h"
#include "kernel_internal.h"
#define POSIX_ARCH_SOC_DEBUG_PRINTS 0

View file

@ -18,7 +18,7 @@
#include <stddef.h>
#include <toolchain.h>
#include <kernel_structs.h>
#include <nano_internal.h>
#include <kernel_internal.h>
/**
*

View file

@ -29,7 +29,7 @@ extern "C" {
#include <zephyr/types.h>
#include <misc/util.h>
#include <misc/dlist.h>
#include <nano_internal.h>
#include <kernel_internal.h>
struct _kernel_arch {
/* nothing for now */

View file

@ -34,7 +34,7 @@
#ifndef _ASMLANGUAGE
#include <kernel.h>
#include <nano_internal.h>
#include <kernel_internal.h>
#include <zephyr/types.h>
#include <misc/dlist.h>
#endif

View file

@ -31,7 +31,7 @@ extern "C" {
#if !defined(_ASMLANGUAGE) && !defined(__ASSEMBLER__)
#include <kernel.h> /* public kernel API */
#include <nano_internal.h>
#include <kernel_internal.h>
#include <zephyr/types.h>
#include <misc/dlist.h>
#include <misc/util.h>

View file

@ -13,7 +13,7 @@
#ifndef _ASMLANGUAGE
#include <kernel.h>
#include <misc/printk.h>
#include <nano_internal.h>
#include <kernel_internal.h>
extern const _k_syscall_handler_t _k_syscall_table[K_SYSCALL_LIMIT];

View file

@ -7,7 +7,7 @@
#include <init.h>
#include <kernel.h>
#include <kernel_structs.h>
#include <nano_internal.h>
#include <kernel_internal.h>
#include <misc/__assert.h>
static u8_t max_partitions;

View file

@ -12,7 +12,7 @@
#include <kernel.h>
#include <kernel_structs.h>
#include <nano_internal.h>
#include <kernel_internal.h>
#include <string.h>
#include <toolchain.h>
#include <linker/sections.h>

View file

@ -11,7 +11,7 @@
#include <linker/linker-defs.h>
#include <arch/x86/arch.h>
#include <ztest.h>
#include <nano_internal.h>
#include <kernel_internal.h>
#define SKIP_SIZE 5
#define BUFF_SIZE 10