commit | 42cfd4ff264f8487478cb13a47567406f3deae6c | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed Nov 14 14:29:24 2018 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Nov 15 16:20:36 2018 -0500 |
tree | 24c98c15f0f75e4b0591a632b329c243bff32e32 | |
parent | f253d0779d6beb320b4681771d28d51ff36630ef [diff] |
kernel: expose k_busy_wait() to user mode If we just had the kernel's implementation, we could just move this to lib/, but possible arch-specific implementations dictate that we just make this a syscall. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>