1 // SPDX-License-Identifier: BSD-2-Clause
2 /*
3  * Copyright (c) 2022, Linaro Limited
4  */
5 #include <compiler.h>
6 #include <drivers/clk.h>
7 #include <stm32_util.h>
8 
9 const struct clk_ops stm32mp1_clk_ops __rodata_dummy;
10