blob: ae6b02beb788099e7db71a8868bb33afe97f9a49 [file] [log] [blame]
/*
* Copyright (c) 2019, STMicroelectronics - All Rights Reserved
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef STM32MP1_BOOT_DEVICE_H
#define STM32MP1_BOOT_DEVICE_H
#include <drivers/raw_nand.h>
int plat_get_raw_nand_data(struct rawnand_device *device);
#endif /* STM32MP1_BOOT_DEVICE_H */