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

@ -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>