cleanup: include/: move sys_io.h to sys/sys_io.h
move sys_io.h to sys/sys_io.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
190e368275
commit
ef281c4237
93 changed files with 434 additions and 419 deletions
|
@ -10,7 +10,7 @@
|
|||
#include <device.h>
|
||||
#include <shared_irq.h>
|
||||
#include <init.h>
|
||||
#include <sys_io.h>
|
||||
#include <sys/sys_io.h>
|
||||
|
||||
#ifdef CONFIG_IOAPIC
|
||||
#include <drivers/interrupt_controller/ioapic.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue