summaryrefslogtreecommitdiff
path: root/zephyr/include
diff options
context:
space:
mode:
authorYuval Peress <peress@google.com>2021-09-29 22:15:43 -0600
committerCommit Bot <commit-bot@chromium.org>2021-10-01 17:45:39 +0000
commit5b2987bbcbd55f4c6ba28e075a82183a5bdd8b31 (patch)
treee8c698698e3182bcc00af4367b95151246f125e5 /zephyr/include
parent7d2f528aafc357481e01dfcb00dd1968520b38aa (diff)
downloadchrome-ec-5b2987bbcbd55f4c6ba28e075a82183a5bdd8b31.tar.gz
zephyr: test: Add stub isl923x emulator
Add the skeleton code needed to emulate the isl923x charger. BRANCH=none BUG=b:201602829 TEST=zmake configure --test zephyr/test/drivers Signed-off-by: Yuval Peress <peress@google.com> Change-Id: Ic9af555ccd7ff6a0be2e7a0818b5e566816a0c13 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3195202 Reviewed-by: Aaron Massey <aaronmassey@google.com> Reviewed-by: Wai-Hong Tam <waihong@google.com>
Diffstat (limited to 'zephyr/include')
-rw-r--r--zephyr/include/emul/emul_isl923x.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/zephyr/include/emul/emul_isl923x.h b/zephyr/include/emul/emul_isl923x.h
new file mode 100644
index 0000000000..659b87d59e
--- /dev/null
+++ b/zephyr/include/emul/emul_isl923x.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_ISL923X_H_
+#define ZEPHYR_INCLUDE_EMUL_EMUL_ISL923X_H_
+
+#endif /* ZEPHYR_INCLUDE_EMUL_EMUL_ISL923X_H_ */