commit | 0d1228af36dc7b2ce7e3cc1655d99302d768049d | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Wed Sep 19 09:35:43 2018 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Oct 16 15:03:10 2018 -0400 |
tree | d9982d010584f3f3a3f051322b4a05a79e8fb220 | |
parent | 853b7345e23b4e2d58525958ebc548909fe59f89 [diff] |
kernel.h: Header hygine, move clock/timer handling The kernel.h file had a bunch of internal APIs for timeout/clock handling mixed in. Move these to sys_clock.h, which it always included (in a weird location, so move THAT to kernel_includes.h with everything else). Signed-off-by: Andy Ross <andrew.j.ross@intel.com>