commit | fcf50ed6e7a9cc22477ff1003233cdc756afef02 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Tue Aug 29 19:32:46 2023 +0000 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Sep 12 12:55:36 2023 -0400 |
tree | 683c31e00435a5cf621044a3a779def7b0aa0235 | |
parent | 8634c3b444400aa8e6bba4f616007a1a376f4ff1 [diff] |
kernel: move timeout_q.h to kernel/include This is a private kernel header with private kernel APIs, it should not be exposed in the public zephyr include directory. Once sample remains to be fixed (metairq_dispatch), which currently uses private APIs from that header, it should not be the case. Signed-off-by: Anas Nashif <anas.nashif@intel.com>