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