blob: b05f4325bfca8275faf40abfbfbd5ddcbafeb58b [file] [log] [blame]
Tom Rinidec7ea02024-05-20 13:35:03 -06001/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 * (C) Copyright 2022 - Analog Devices, Inc.
4 *
5 * Written and/or maintained by Timesys Corporation
6 *
7 * Contact: Nathan Barrett-Morrison <nathan.morrison@timesys.com>
8 * Contact: Greg Malysa <greg.malysa@timesys.com>
9 */
10
11#ifndef CLKINIT_H_
12#define CLKINIT_H_
13
14void clks_init(void);
15
16void dmcdelay(uint32_t delay);
17
18#endif