xref: /openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/ddr.h (revision 8f240a3b45d6b6cf51c69c3ae7e1b0f1774671a7)
1 /*
2  * Copyright (C) 2018, STMicroelectronics - All Rights Reserved
3  *
4  * SPDX-License-Identifier:	GPL-2.0+	BSD-3-Clause
5  */
6 
7 #ifndef __MACH_STM32MP_DDR_H_
8 #define __MACH_STM32MP_DDR_H_
9 
10 int board_ddr_power_init(void);
11 
12 #endif
13