1 /**
2   ******************************************************************************
3   * @file    stm32f7xx_hal_sai_ex.h
4   * @author  MCD Application Team
5   * @brief   Header file of SAI Extension HAL module.
6   ******************************************************************************
7   * @attention
8   *
9   * Copyright (c) 2017 STMicroelectronics.
10   * All rights reserved.
11   *
12   * This software is licensed under terms that can be found in the LICENSE file
13   * in the root directory of this software component.
14   * If no LICENSE file comes with this software, it is provided AS-IS.
15   *
16   ******************************************************************************
17   */
18 
19 /* Define to prevent recursive inclusion -------------------------------------*/
20 #ifndef __STM32F7xx_HAL_SAI_EX_H
21 #define __STM32F7xx_HAL_SAI_EX_H
22 
23 
24 /* Includes ------------------------------------------------------------------*/
25 /* Exported types ------------------------------------------------------------*/
26 /* Exported constants --------------------------------------------------------*/
27 /* Exported functions --------------------------------------------------------*/
28 /* Extended features functions ************************************************/
29 /* Private types -------------------------------------------------------------*/
30 /* Private variables ---------------------------------------------------------*/
31 /* Private constants ---------------------------------------------------------*/
32 /* Private macros ------------------------------------------------------------*/
33 /* Private functions ---------------------------------------------------------*/
34 
35 #endif /* __STM32F7xx_HAL_SAI_EX_H */
36 
37