summaryrefslogtreecommitdiff
path: root/zephyr/projects/herobrine/include/board_chipset.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/projects/herobrine/include/board_chipset.h')
-rw-r--r--zephyr/projects/herobrine/include/board_chipset.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/zephyr/projects/herobrine/include/board_chipset.h b/zephyr/projects/herobrine/include/board_chipset.h
new file mode 100644
index 0000000000..8350ef10ff
--- /dev/null
+++ b/zephyr/projects/herobrine/include/board_chipset.h
@@ -0,0 +1,11 @@
+/* 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 __CROS_EC_HEROBRINE_BOARD_CHIPSET_H
+#define __CROS_EC_HEROBRINE_BOARD_CHIPSET_H
+
+__test_only void reset_pp5000_inited(void);
+
+#endif /* __CROS_EC_HEROBRINE_BOARD_CHIPSET_H */