summaryrefslogtreecommitdiff
path: root/zephyr/shim/chip/mchp/include/clock_chip.h
blob: 4c14d60ff9c9065dd11988d93569e40a4d74b46b (plain)
1
2
3
4
5
6
7
8
9
10
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_CLOCK_CHIP_H
#define __CROS_EC_CLOCK_CHIP_H

void clock_turbo(void);

#endif /* __CROS_EC_CLOCK_CHIP_H */