STM32CubeF7/Projects/STM32F7308-DISCO/Applications/LibJPEG/LibJPEG_Decoding/Inc/usbh_diskio.h

35 lines
1.3 KiB
C
Raw Normal View History

2019-04-29 21:39:56 +08:00
/**
******************************************************************************
* @file usbh_diskio.h
* @author MCD Application Team
* @brief Header for usbh_diskio_template.c module. This file needs to be
customized and copied under the application project tree.
******************************************************************************
* @attention
*
2021-12-14 16:25:05 +08:00
* Copyright (c) 2018 STMicroelectronics.
* All rights reserved.
2019-04-29 21:39:56 +08:00
*
2021-12-14 16:25:05 +08:00
* This software is licensed under terms that can be found in the LICENSE file
* in the root directory of this software component.
* If no LICENSE file comes with this software, it is provided AS-IS.
2019-04-29 21:39:56 +08:00
*
******************************************************************************
*/
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __USBH_DISKIO_H
#define __USBH_DISKIO_H
/* Includes ------------------------------------------------------------------*/
#include "usbh_core.h"
#include "usbh_msc.h"
/* Exported types ------------------------------------------------------------*/
/* Exported constants --------------------------------------------------------*/
/* Exported functions ------------------------------------------------------- */
extern const Diskio_drvTypeDef USBH_Driver;
#endif /* __USBH_DISKIO_H */