zephyr/net
Peter Mitsis cd9893d563 microkernel: Elminate task_tick_xxx() APIs
Eliminates task_tick_xxx APIs in favor of sys_tick_xxx APIs.
	task_tick_get()    -> sys_tick_get()
	task_tick_get_32() -> sys_tick_get_32()
	task_tick_delta    -> sys_tick_delta()
	task_tick_delta_32 -> sys_tick_delta_32()

Change-Id: Ie8c2bc114a08f091997faaf68f6fc5536b2ba25d
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:24:54 -05:00
..
bluetooth Bluetooth: SMP: Refactor keys handling 2016-02-05 20:24:52 -05:00
ip microkernel: Elminate task_tick_xxx() APIs 2016-02-05 20:24:54 -05:00
buf.c
Kconfig
Makefile