mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
13 lines
226 B
C
13 lines
226 B
C
|
/*
|
||
|
* Copyright (C) 2018, STMicroelectronics - All Rights Reserved
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
|
||
|
*/
|
||
|
|
||
|
#ifndef __MACH_STM32MP_DDR_H_
|
||
|
#define __MACH_STM32MP_DDR_H_
|
||
|
|
||
|
int board_ddr_power_init(void);
|
||
|
|
||
|
#endif
|