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:
parent
7af9c7108f
commit
301acb8e1b
20 changed files with 19 additions and 19 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue