nt9856x/BSP/u-boot/arch/arm/mach-stm32mp/include/mach/ddr.h
2023-03-28 15:07:53 +08:00

12 lines
229 B
C

/* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
/*
* Copyright (C) 2018, STMicroelectronics - All Rights Reserved
*/
#ifndef __MACH_STM32MP_DDR_H_
#define __MACH_STM32MP_DDR_H_
int board_ddr_power_init(void);
#endif