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

@ -24,7 +24,7 @@
#include <errno.h>
#include <gpio.h>
#include <soc.h>
#include <sys_io.h>
#include <sys/sys_io.h>
#include <misc/__assert.h>
#include <misc/slist.h>
#include <misc/speculation.h>