blob: 38f24152a973d6c61867a109b30870e6f52e7b84 [file] [log] [blame]
Yann Gautiercaf575b2018-07-24 17:18:19 +02001/*
2 * Copyright (c) 2017-2018, STMicroelectronics - All Rights Reserved
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef STM32MP1_DDR_HELPERS_H
8#define STM32MP1_DDR_HELPERS_H
Yann Gautiercaf575b2018-07-24 17:18:19 +02009
10void ddr_enable_clock(void);
11
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000012#endif /* STM32MP1_DDR_HELPERS_H */