Rename nanokernel's nanok.h to nano_private.h
The new name better reflects that this file contains all private nanokernel APIs that are used by various kernel subsystems. Change-Id: I4c258d582e93753eec9e575fdb5f9f2109417a0f Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
96d746d3c1
commit
c29d41cab7
63 changed files with 77 additions and 77 deletions
|
@ -41,7 +41,7 @@ This module contains routines that are used to initialize the nanokernel.
|
|||
#include <drivers/rand32.h>
|
||||
#include <sections.h>
|
||||
#include <toolchain.h>
|
||||
#include <nanok.h>
|
||||
#include <nano_private.h>
|
||||
|
||||
/* kernel build timestamp items */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue