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:
Kumar Gala 2021-03-24 09:12:30 -05:00 committed by Anas Nashif
commit e1032ad2c3
10 changed files with 121 additions and 104 deletions

View file

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