blob: b6fa9288ad36be15823cea399558ed3a729cf879 [file] [log] [blame]
Nicolas Le Bayon068d3412021-07-01 14:44:22 +02001/*
2 * Copyright (c) 2024, STMicroelectronics - All Rights Reserved
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef STM32MP2_RAM_H
8#define STM32MP2_RAM_H
9
10bool stm32mp2_ddr_is_restored(void);
11int stm32mp2_ddr_probe(void);
12
13#endif /* STM32MP2_RAM_H */