You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.5 KiB

3 months ago
  1. /* USER CODE BEGIN Header */
  2. /**
  3. ******************************************************************************
  4. * @file usbh_diskio.h (based on usbh_diskio_template.h v2.0.2)
  5. * @brief Header for usbh_diskio.c module
  6. ******************************************************************************
  7. * @attention
  8. *
  9. * Copyright (c) 2024 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. /* USER CODE END Header */
  19. /* Define to prevent recursive inclusion -------------------------------------*/
  20. #ifndef __USBH_DISKIO_H
  21. #define __USBH_DISKIO_H
  22. /* USER CODE BEGIN firstSection */
  23. /* can be used to modify / undefine following code or add new definitions */
  24. /* USER CODE END firstSection */
  25. /* Includes ------------------------------------------------------------------*/
  26. #include "usbh_core.h"
  27. #include "usbh_msc.h"
  28. /* Exported types ------------------------------------------------------------*/
  29. /* Exported constants --------------------------------------------------------*/
  30. /* Exported functions ------------------------------------------------------- */
  31. extern const Diskio_drvTypeDef USBH_Driver;
  32. /* USER CODE BEGIN lastSection */
  33. /* can be used to modify / undefine previous code or add new definitions */
  34. /* USER CODE END lastSection */
  35. #endif /* __USBH_DISKIO_H */