zephyr/kernel/microkernel/include
Allan Stephens ec391c363c Relocate misplaced items in main microkernel API include file
1) Eliminates declaration of variables that are already being
   included by a microkernel subsystem include file.
2) Eliminates duplicate declaration of timer_driver().
3) Moves definition of well-known events to the event-specific
   include file.
4) Moves declaration of a task-related routine to the task-specific
   include file.
5) Moves declarations that are only needed by kernel_main.c
   to kernel_main.h.

Change-Id: I6f387915a5ce208879482522586b977118f657e7
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:14:00 -05:00
..
ch_buff.h First commit 2015-04-10 16:44:37 -07:00
ch_buffm.h First commit 2015-04-10 16:44:37 -07:00
ch_cfg.h First commit 2015-04-10 16:44:37 -07:00
kchan.h Eliminate unnecessary K_TIMER type 2016-02-05 20:13:55 -05:00
kernel_main.h Relocate misplaced items in main microkernel API include file 2016-02-05 20:14:00 -05:00
minik.h Eliminate _Cput and _Cpsh APIs 2016-02-05 20:13:59 -05:00
v1.h First commit 2015-04-10 16:44:37 -07:00
v3.h First commit 2015-04-10 16:44:37 -07:00