Consolidate (most) microkernel non-public API declarations
Relocates the declarations for most non-public microkernel APIs into the main include file for such APIs (i.e. minik.h), then eliminates the per-subsystem include files. (The per-subsystem files don't serve any significant purpose now that the routines comprising each microkernel subsystem have been consolidated. In fact, there wasn't a single file that included one of these files that didn't already include minik.h!) Note: The channel APIs have not been consolidated yet, as they require further cleanup. Also, one mailbox API that is used only by the mailbox subsystem itself is moved there rather than being placed in minik.h. Change-Id: Ic7f1ac8a67bd39b685f70379dffff0d0caf1b290 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
8e71a756c9
commit
067a47558f
37 changed files with 83 additions and 455 deletions
|
@ -39,7 +39,6 @@
|
|||
|
||||
#include <minik.h>
|
||||
#include <nanok.h>
|
||||
#include <ktask.h>
|
||||
#include <start_task_arch.h>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue