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:
Anas Nashif 2019-06-25 12:26:23 -04:00
commit ef281c4237
93 changed files with 434 additions and 419 deletions

View file

@ -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>