summaryrefslogtreecommitdiff
path: root/zephyr/include/emul
diff options
context:
space:
mode:
authorYuval Peress <peress@chromium.org>2021-09-16 22:31:49 -0600
committerCommit Bot <commit-bot@chromium.org>2021-09-17 21:00:11 +0000
commit256b26922dc7446260a4ec22538fc5574e8503f3 (patch)
tree9e69a2283e0f241e2bc7210ecf878365cb3e5d86 /zephyr/include/emul
parent1613037faf34f98a6683bc5563c513ff5b55b299 (diff)
downloadchrome-ec-256b26922dc7446260a4ec22538fc5574e8503f3.tar.gz
zephyr: emul: lis2dw12: Add stubs for LIS2DW12 emulator
BRANCH=none BUG=b:200046770 TEST=zmake configure --test zephyr/test/drivers Signed-off-by: Yuval Peress <peress@chromium.org> Change-Id: If425d9760b8db9024478fb9a664ffa71e7c25eb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3168034 Tested-by: Yuval Peress <peress@google.com> Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Commit-Queue: Yuval Peress <peress@google.com>
Diffstat (limited to 'zephyr/include/emul')
-rw-r--r--zephyr/include/emul/emul_lis2dw12.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/zephyr/include/emul/emul_lis2dw12.h b/zephyr/include/emul/emul_lis2dw12.h
new file mode 100644
index 0000000000..ce34887da8
--- /dev/null
+++ b/zephyr/include/emul/emul_lis2dw12.h
@@ -0,0 +1,9 @@
+/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef ZEPHYR_INCLUDE_EMUL_EMUL_LIS2DW12_H_
+#define ZEPHYR_INCLUDE_EMUL_EMUL_LIS2DW12_H_
+
+#endif /* ZEPHYR_INCLUDE_EMUL_EMUL_LIS2DW12_H_ */