1 /** 2 ****************************************************************************** 3 * @file Board_ospi.h 4 * @author MCD Application Team 5 * @brief Generic board include for ospi support. 6 * 7 ****************************************************************************** 8 * @attention 9 * 10 * <h2><center>© Copyright (c) 2021 STMicroelectronics. 11 * All rights reserved.</center></h2> 12 * 13 * This software component is licensed by ST under BSD 3-Clause license, 14 * the "License"; You may not use this file except in compliance with the 15 * License. You may obtain a copy of the License at: 16 * opensource.org/licenses/BSD-3-Clause 17 * 18 ****************************************************************************** 19 */ 20 21 /* Define to prevent recursive inclusion -------------------------------------*/ 22 #ifndef BOARD_OSPI_H 23 #define BOARD_OSPI_H 24 25 #ifdef __cplusplus 26 extern "C" { 27 #endif 28 #include "stm32l562e_discovery_ospi.h" 29 #ifdef __cplusplus 30 } 31 #endif 32 33 #endif /* BOARD_OSPI_H */ 34 35 36 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ 37