summaryrefslogtreecommitdiff
path: root/zephyr/shim/chip/mchp/include/clock_chip.h
blob: c317ccb4158b6edb3404f1096c5ae0e45b7036c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Copyright 2022 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

void clock_turbo(void);

#endif /* __CROS_EC_CLOCK_CHIP_H */