summaryrefslogtreecommitdiff
path: root/chip/g/init_chip.h
blob: 60d156e53311e12be065e8dab4ab21be3c99ab94 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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);

#endif	/* __CROS_EC_INIT_CHIP_H */