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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue