cleanup: include/: move hwinfo.h to drivers/hwinfo.h
move hwinfo.h to drivers/hwinfo.h and create a shim for backward-compatibility. No functional changes to the headers. A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES. Related to #16539 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
6aa9c3a68f
commit
f901e26de9
14 changed files with 74 additions and 59 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <syscall_handler.h>
|
||||
#include <hwinfo.h>
|
||||
#include <drivers/hwinfo.h>
|
||||
|
||||
Z_SYSCALL_HANDLER(hwinfo_get_device_id, buffer, length) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue