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
|
@ -39,7 +39,7 @@ This module provides the _NanoFatalErrorHandler() routine for ARM Cortex-M.
|
|||
#include <sections.h>
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <nanok.h>
|
||||
#include <nano_private.h>
|
||||
|
||||
#ifdef CONFIG_PRINTK
|
||||
#include <misc/printk.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue