cleanup: include/: move ipm.h to drivers/ipm.h
move ipm.h to drivers/ipm.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
f2e35134b0
commit
6524925753
25 changed files with 252 additions and 237 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <string.h>
|
||||
#include <device.h>
|
||||
#include <soc.h>
|
||||
#include <ipm.h>
|
||||
#include <drivers/ipm.h>
|
||||
#include <mu_imx.h>
|
||||
|
||||
#define MU(config) ((MU_Type *)config->base)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue