You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
240 B

/*
* Copyright (c) 2019, STMicroelectronics - All Rights Reserved
*
* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
*/
#ifndef STM32_FMC2_NAND_H
#define STM32_FMC2_NAND_H
int stm32_fmc2_init(void);
#endif /* STM32_FMC2_NAND_H */