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, 0 insertions, 13 deletions
diff --git a/zephyr/program/herobrine/include/board_chipset.h b/zephyr/program/herobrine/include/board_chipset.h
deleted file mode 100644
index 000bc06654..0000000000
--- a/zephyr/program/herobrine/include/board_chipset.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* 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 */