Rename microkernel's kernel_struct.h to micro_private_types.h

The new name better reflects that this file contains private
microkernel APIs (types, structs, etc.) that are used by various
kernel subsystems.

Change-Id: I7a89be893455b3daaf30baa40a0ec8e0cde7cc36
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
Allan Stephens 2015-06-19 10:46:53 -04:00 committed by Anas Nashif
commit 7da1dd860b
7 changed files with 15 additions and 15 deletions

View file

@ -42,7 +42,7 @@ the PendSV exception.
#ifdef CONFIG_MICROKERNEL
#include <microkernel.h>
#include <kernel_struct.h>
#include <micro_private_types.h>
#endif
#include <nanok.h>