summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/src/tcpci.c
diff options
context:
space:
mode:
authorTomasz Michalec <tm@semihalf.com>2021-12-10 12:47:20 +0100
committerCommit Bot <commit-bot@chromium.org>2021-12-16 09:58:35 +0000
commit28ceff1f7b9294d49dea37396229fca0644e5216 (patch)
treea841ed928a6488c09dcffb768ef8468d7e097f96 /zephyr/test/drivers/src/tcpci.c
parent36b85b1fb4f5f472c56b321f2e84ea2c7c3a2054 (diff)
downloadchrome-ec-28ceff1f7b9294d49dea37396229fca0644e5216.tar.gz
zephyr: emul: Move TCPC emulators to sub directory
There are few emulators related to TCPC and each other and new are expected to be created. Because of that, zephyr/emul/tcpc/ subdirectory is created to keep these emulators in one place. BUG=none BRANCH=none TEST=make configure --test zephyr/test/drivers Signed-off-by: Tomasz Michalec <tm@semihalf.com> Change-Id: Ida4903dd4ab9307f6783af8e14ae99d25ec76edb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3330197 Reviewed-by: Abe Levkoy <alevkoy@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org> Tested-by: Tomasz Michalec <tmichalec@google.com> Commit-Queue: Tomasz Michalec <tmichalec@google.com>
Diffstat (limited to 'zephyr/test/drivers/src/tcpci.c')
-rw-r--r--zephyr/test/drivers/src/tcpci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/test/drivers/src/tcpci.c b/zephyr/test/drivers/src/tcpci.c
index d67680bacc..be38711307 100644
--- a/zephyr/test/drivers/src/tcpci.c
+++ b/zephyr/test/drivers/src/tcpci.c
@@ -11,7 +11,7 @@
#include "common.h"
#include "ec_tasks.h"
#include "emul/emul_common_i2c.h"
-#include "emul/emul_tcpci.h"
+#include "emul/tcpc/emul_tcpci.h"
#include "hooks.h"
#include "i2c.h"
#include "stubs.h"