include: Move emul.h to drivers/emul.h
Move emul.h out of the top level include/ dir into include/drivers/emul.h and deprecated the old location. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
ae4c5193a3
commit
e1032ad2c3
10 changed files with 121 additions and 104 deletions
|
@ -16,7 +16,7 @@
|
|||
LOG_MODULE_REGISTER(espi_emul_ctlr);
|
||||
|
||||
#include <device.h>
|
||||
#include <emul.h>
|
||||
#include <drivers/emul.h>
|
||||
#include <drivers/espi.h>
|
||||
#include <drivers/espi_emul.h>
|
||||
#include "espi_utils.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue