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

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