Newer
Older
arm-trusted-firmware / include / drivers / st / stm32_fmc2_nand.h
@Lionel Debieve Lionel Debieve on 20 Jan 2020 240 bytes fmc: stm32_fmc2_nand: Add FMC2 driver support
/*
 * 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 */