/* * Copyright (c) 2024, STMicroelectronics - All Rights Reserved * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef STM32MP2_DDR_HELPERS_H #define STM32MP2_DDR_HELPERS_H void ddr_sub_system_clk_init(void); #endif /* STM32MP2_DDR_HELPERS_H */