Rename microkernel's minik.h to micro_private.h
The new name better reflects that this file contains all private microkernel APIs that are used by various kernel subsystems. Change-Id: I5e52172a9e33aa130ce55ce59e887bba5c1c175a Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
7da1dd860b
commit
96d746d3c1
28 changed files with 28 additions and 28 deletions
|
@ -44,7 +44,7 @@ PendSV exception and cause the immediate context switch to K_swapper.
|
|||
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <minik.h>
|
||||
#include <micro_private.h>
|
||||
#include <nanok.h>
|
||||
#include <microkernel.h>
|
||||
#include <nanokernel.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue