xref: /optee_os/core/arch/arm/plat-stm32mp1/link_dummies_paged.c (revision 5709a67c9574fb2195a3294be2ab1e9f4557e50e)
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