xref: /aosp_15_r20/external/arm-trusted-firmware/include/drivers/st/stm32_qspi.h (revision 54fd6939e177f8ff529b10183254802c76df6d08)
1 /*
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_QSPI_H
8 #define STM32_QSPI_H
9 
10 int stm32_qspi_init(void);
11 
12 #endif /* STM32_QSPI_H */
13