1 /**
2   ******************************************************************************
3   * @file    stm32f7xx_hal_dcmi_ex.h
4   * @author  MCD Application Team
5   * @brief   Header file of DCMI 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_DCMI_EX_H
21 #define __STM32F7xx_HAL_DCMI_EX_H
22 
23 /* Includes ------------------------------------------------------------------*/
24 /* Exported types ------------------------------------------------------------*/
25 /* Exported constants --------------------------------------------------------*/
26 /* Exported macro ------------------------------------------------------------*/
27 /* Exported functions --------------------------------------------------------*/
28 /* Private types -------------------------------------------------------------*/
29 /* Private variables ---------------------------------------------------------*/
30 /* Private constants ---------------------------------------------------------*/
31 /* Private macro -------------------------------------------------------------*/
32 /* Private functions ---------------------------------------------------------*/
33 
34 #endif /* __STM32F7xx_HAL_DCMI_H */
35 
36