summaryrefslogtreecommitdiff
path: root/zephyr/shim/chip/npcx/include/clock_chip.h
blob: 0c39ed81748e2b7fc5576de6ea1fbca92bb62a2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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 */