zephyr/include/microkernel
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
..
chan.h Limit exposure of non-public microkernel APIs needed by sysgen 2016-02-05 20:13:55 -05:00
cmdPkt.h Renaming cmdPktGet to _cmd_pkt_get 2016-02-05 20:13:51 -05:00
event.h Relocate misplaced items in main microkernel API include file 2016-02-05 20:14:00 -05:00
fifo.h Rename hidden TICKLESS_KERNEL config option to SYS_CLOCK_EXISTS 2016-02-05 20:13:55 -05:00
k_chstr.h Remove private routine declarations from k_chstr.h 2016-02-05 20:13:42 -05:00
k_struct.h Eliminate defunct mon_struct structure 2016-02-05 20:14:00 -05:00
k_types.h Limit exposure of non-public microkernel object API 2016-02-05 20:13:55 -05:00
mail.h Rename hidden TICKLESS_KERNEL config option to SYS_CLOCK_EXISTS 2016-02-05 20:13:55 -05:00
mmap.h Rename hidden TICKLESS_KERNEL config option to SYS_CLOCK_EXISTS 2016-02-05 20:13:55 -05:00
mutex.h Add argument names to _task_mutex_{lock/unlock} 2016-02-05 20:14:00 -05:00
pool.h Rename hidden TICKLESS_KERNEL config option to SYS_CLOCK_EXISTS 2016-02-05 20:13:55 -05:00
sema.h Rename hidden TICKLESS_KERNEL config option to SYS_CLOCK_EXISTS 2016-02-05 20:13:55 -05:00
task_irq.h Change task_irq_object from global to local variable. 2016-02-05 20:14:00 -05:00
task.h Relocate misplaced items in main microkernel API include file 2016-02-05 20:14:00 -05:00
ticks.h Limit exposure of non-public microkernel APIs needed by sysgen 2016-02-05 20:13:55 -05:00