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