cleanup: include/: move i2s.h to drivers/i2s.h
move i2s.h to drivers/i2s.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
8f692c7d38
commit
f2e35134b0
16 changed files with 547 additions and 532 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <kernel.h>
|
||||
#include <syscall_handler.h>
|
||||
#include <i2s.h>
|
||||
#include <drivers/i2s.h>
|
||||
|
||||
|
||||
Z_SYSCALL_HANDLER(i2s_configure, dev, dir, cfg_ptr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue