zephyr/include/microkernel
Allan Stephens 56f93e3a21 Eliminate unnecessary K_TIMER type
Since the K_TIMER type is a non-public API used within the micro-
kernel itself, it doesn't provide any real type abstraction benefit
that isn't served equally well by the struct k_timer type it is
based on.

Change-Id: I482d7c0459d5734402be541322ff752dd1a3714a
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:13:55 -05:00
..
chan.h Renaming InitPipe to _pipe_init 2016-02-05 20:13:51 -05:00
cmdPkt.h Renaming cmdPktGet to _cmd_pkt_get 2016-02-05 20:13:51 -05:00
entries.h Rename _k_node_workload_get() to _k_workload_get() 2016-02-05 20:13:52 -05:00
event.h Eliminate include files to export microkernel APIs to user space 2016-02-05 20:13:55 -05:00
fifo.h Eliminate include files to export microkernel APIs to user space 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 unnecessary K_TIMER type 2016-02-05 20:13:55 -05:00
k_types.h Limit exposure of non-public microkernel object API 2016-02-05 20:13:55 -05:00
mail.h Eliminate include files to export microkernel APIs to user space 2016-02-05 20:13:55 -05:00
mmap.h Convert LITE references to TICKLESS_KERNEL references 2016-02-05 20:13:49 -05:00
mutex.h Eliminate include files to export microkernel APIs to user space 2016-02-05 20:13:55 -05:00
pool.h Allow memory pools to support tickless kernel 2016-02-05 20:13:49 -05:00
sema.h Eliminate include files to export microkernel APIs to user space 2016-02-05 20:13:55 -05:00
task_irq.h Eliminate include files to export microkernel APIs to user space 2016-02-05 20:13:55 -05:00
task.h Eliminate include files to export microkernel APIs to user space 2016-02-05 20:13:55 -05:00
ticks.h Limit exposure of non-public microkernel timer APIs 2016-02-05 20:13:55 -05:00