summaryrefslogtreecommitdiff
path: root/arch/arm/mach-sc5xx/init/clkinit.h
blob: 035a766d266741ad952976bffab82785eca6abf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * (C) Copyright 2022 - Analog Devices, Inc.
 *
 * Written by Timesys Corporation
 *
 */

#ifndef CLKINIT_H_
#define CLKINIT_H_

void clks_init(void);

void dmcdelay(uint32_t delay);

#endif