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:
Allan Stephens 2015-05-11 13:26:18 -04:00 committed by Anas Nashif
commit 067a47558f
37 changed files with 83 additions and 455 deletions

View file

@ -39,7 +39,6 @@
#include <minik.h>
#include <nanok.h>
#include <ktask.h>
#include <start_task_arch.h>