commit | 4f77c2ad5357d388daad3841928ea038698015e8 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Thu Nov 07 12:43:29 2019 -0800 |
committer | Andrew Boie <andrewboie@gmail.com> | Thu Nov 07 15:21:46 2019 -0800 |
tree | 225d914002dc1b6cedd36b00077e4729c1796569 | |
parent | a6de79b4af701fbb081498b1fc1a7fc228dd4a4b [diff] |
kernel: rename z_arch_ to arch_ Promote the private z_arch_* namespace, which specifies the interface between the core kernel and the architecture code, to a new top-level namespace named arch_*. This allows our documentation generation to create online documentation for this set of interfaces, and this set of interfaces is worth treating in a more formal way anyway. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>