xref: /rk3399_ARM-atf/include/drivers/st/stm32mp2_ddr_helpers.h (revision 7f152ea6856c7780424ec3e92b181d805a314f43)
1 /*
2  * Copyright (c) 2024, STMicroelectronics - All Rights Reserved
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef STM32MP2_DDR_HELPERS_H
8 #define STM32MP2_DDR_HELPERS_H
9 
10 void ddr_sub_system_clk_init(void);
11 
12 #endif /* STM32MP2_DDR_HELPERS_H */
13