summaryrefslogtreecommitdiff
path: root/zephyr/shim/chip/npcx/include/clock_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/chip/npcx/include/clock_chip.h')
-rw-r--r--zephyr/shim/chip/npcx/include/clock_chip.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/zephyr/shim/chip/npcx/include/clock_chip.h b/zephyr/shim/chip/npcx/include/clock_chip.h
deleted file mode 100644
index 0c39ed8174..0000000000
--- a/zephyr/shim/chip/npcx/include/clock_chip.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* 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 __CROS_EC_CLOCK_CHIP_H
-#define __CROS_EC_CLOCK_CHIP_H
-
-/**
- * TODO(b:180112248) implement in zephyr's clock_control.h
- */
-void clock_turbo(void);
-
-#endif /* __CROS_EC_CLOCK_CHIP_H */