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:
parent
63fae40f7d
commit
7da1dd860b
7 changed files with 15 additions and 15 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue