summaryrefslogtreecommitdiff
path: root/chip/g/init_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/init_chip.h')
-rw-r--r--chip/g/init_chip.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/chip/g/init_chip.h b/chip/g/init_chip.h
new file mode 100644
index 0000000000..60d156e533
--- /dev/null
+++ b/chip/g/init_chip.h
@@ -0,0 +1,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 */