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