Yann Gautier | caf575b | 2018-07-24 17:18:19 +0200 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2017-2018, STMicroelectronics - All Rights Reserved | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef __STM32MP1_DDR_HELPERS_H__ | ||||
8 | #define __STM32MP1_DDR_HELPERS_H__ | ||||
9 | |||||
10 | void ddr_enable_clock(void); | ||||
11 | |||||
12 | #endif /* __STM32MP1_DDR_HELPERS_H__ */ |