blob: ae6b02beb788099e7db71a8868bb33afe97f9a49 [file] [log] [blame]
Lionel Debieve402a46b2019-11-04 12:28:15 +01001/*
2 * Copyright (c) 2019, STMicroelectronics - All Rights Reserved
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef STM32MP1_BOOT_DEVICE_H
8#define STM32MP1_BOOT_DEVICE_H
9
10#include <drivers/raw_nand.h>
11
12int plat_get_raw_nand_data(struct rawnand_device *device);
13
14#endif /* STM32MP1_BOOT_DEVICE_H */