Subversion Repositories dualCDC

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. /**
  2.   ******************************************************************************
  3.   * @file    usbd_cdc_if_template.h
  4.   * @author  MCD Application Team
  5.   * @brief   Header for usbd_cdc_if_template.c file.
  6.   ******************************************************************************
  7.   * @attention
  8.   *
  9.   * <h2><center>&copy; Copyright (c) 2015 STMicroelectronics.
  10.   * All rights reserved.</center></h2>
  11.   *
  12.   * This software component is licensed by ST under Ultimate Liberty license
  13.   * SLA0044, the "License"; You may not use this file except in compliance with
  14.   * the License. You may obtain a copy of the License at:
  15.   *                      www.st.com/SLA0044
  16.   *
  17.   ******************************************************************************
  18.   */
  19.  
  20. /* Define to prevent recursive inclusion -------------------------------------*/
  21. #ifndef __USBD_CDC_IF_TEMPLATE_H
  22. #define __USBD_CDC_IF_TEMPLATE_H
  23.  
  24. #ifdef __cplusplus
  25. extern "C" {
  26. #endif
  27.  
  28. /* Includes ------------------------------------------------------------------*/
  29. #include "usbd_cdc.h"
  30.  
  31. /* Exported types ------------------------------------------------------------*/
  32. /* Exported constants --------------------------------------------------------*/
  33.  
  34. extern USBD_CDC_ItfTypeDef  USBD_CDC_Template_fops;
  35.  
  36. /* Exported macro ------------------------------------------------------------*/
  37. /* Exported functions ------------------------------------------------------- */
  38.  
  39. #ifdef __cplusplus
  40. }
  41. #endif
  42.  
  43. #endif /* __USBD_CDC_IF_TEMPLATE_H */
  44.  
  45. /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
  46.