xref: /rk3399_ARM-atf/include/drivers/st/stm32mp1_ddr_helpers.h (revision 0a6e7e3b76fa0e6aea6a40c69ad7d4ea8be720d8)
1 /*
2  * Copyright (c) 2017-2018, STMicroelectronics - All Rights Reserved
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef STM32MP1_DDR_HELPERS_H
8 #define STM32MP1_DDR_HELPERS_H
9 
10 void ddr_enable_clock(void);
11 
12 #endif /* STM32MP1_DDR_HELPERS_H */
13