summaryrefslogtreecommitdiff
path: root/zephyr/include/emul/emul_rt9490.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/include/emul/emul_rt9490.h')
-rw-r--r--zephyr/include/emul/emul_rt9490.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/zephyr/include/emul/emul_rt9490.h b/zephyr/include/emul/emul_rt9490.h
new file mode 100644
index 0000000000..0cb4f7b076
--- /dev/null
+++ b/zephyr/include/emul/emul_rt9490.h
@@ -0,0 +1,15 @@
+/* Copyright 2022 The ChromiumOS Authors
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef EMUL_RT9490_H
+#define EMUL_RT9490_H
+
+#include <zephyr/drivers/emul.h>
+
+void rt9490_emul_reset_regs(const struct emul *emul);
+
+int rt9490_emul_peek_reg(const struct emul *emul, int reg);
+
+#endif