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:
Allan Stephens 2015-06-19 10:56:52 -04:00 committed by Anas Nashif
commit 96d746d3c1
28 changed files with 28 additions and 28 deletions

View file

@ -38,7 +38,7 @@
#include <toolchain.h>
#include <sections.h>
#include <minik.h>
#include <micro_private.h>
#include <nanok.h>
#include <start_task_arch.h>