/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * (C) Copyright 2022 - Analog Devices, Inc. * * Written and/or maintained by Timesys Corporation * * Contact: Nathan Barrett-Morrison * Contact: Greg Malysa */ #ifndef CLKINIT_H_ #define CLKINIT_H_ void clks_init(void); void dmcdelay(uint32_t delay); #endif