blob: 81d5b9de1945d8b7a31ee5acabc5c969743cc6b9 [file] [log] [blame]
Lionel Debieve2c0ba882019-09-24 17:39:49 +02001/*
2 * Copyright (c) 2019, STMicroelectronics - All Rights Reserved
3 *
4 * SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
5 */
6
7#ifndef STM32_FMC2_NAND_H
8#define STM32_FMC2_NAND_H
9
10int stm32_fmc2_init(void);
11
12#endif /* STM32_FMC2_NAND_H */