summaryrefslogtreecommitdiffstats
path: root/include/drivers/st/stm32_fmc2_nand.h
blob: 81d5b9de1945d8b7a31ee5acabc5c969743cc6b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * 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 */