zephyr/kernel
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
..
microkernel Relocate misplaced items in main microkernel API include file 2016-02-05 20:14:00 -05:00
nanokernel Fix whitespace issues 2016-02-05 20:13:59 -05:00
defs.objs Eliminate unnecessary utilities directory 2016-02-05 20:13:51 -05:00