summaryrefslogtreecommitdiff
path: root/chip/g/init_chip.h
blob: 090ac7b730857db6926f144ea6ee2f68f4c07c9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright 2016 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_INIT_CHIP_H
#define __CROS_EC_INIT_CHIP_H

void init_jittery_clock(int highsec);
void init_sof_clock(void);

#endif	/* __CROS_EC_INIT_CHIP_H */