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.

user_diskio.h 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /* USER CODE BEGIN Header */
  2. /**
  3. ******************************************************************************
  4. * @file user_diskio.h
  5. * @brief This file contains the common defines and functions prototypes for
  6. * the user_diskio driver.
  7. ******************************************************************************
  8. * @attention
  9. *
  10. * <h2><center>&copy; Copyright (c) 2020 STMicroelectronics.
  11. * All rights reserved.</center></h2>
  12. *
  13. * This software component is licensed by ST under Ultimate Liberty license
  14. * SLA0044, the "License"; You may not use this file except in compliance with
  15. * the License. You may obtain a copy of the License at:
  16. * www.st.com/SLA0044
  17. *
  18. ******************************************************************************
  19. */
  20. /* USER CODE END Header */
  21. /* Define to prevent recursive inclusion -------------------------------------*/
  22. #ifndef __USER_DISKIO_H
  23. #define __USER_DISKIO_H
  24. #ifdef __cplusplus
  25. extern "C" {
  26. #endif
  27. /* USER CODE BEGIN 0 */
  28. /* Includes ------------------------------------------------------------------*/
  29. /* Exported types ------------------------------------------------------------*/
  30. /* Exported constants --------------------------------------------------------*/
  31. /* Exported functions ------------------------------------------------------- */
  32. extern Diskio_drvTypeDef USER_Driver;
  33. /* USER CODE END 0 */
  34. #ifdef __cplusplus
  35. }
  36. #endif
  37. #endif /* __USER_DISKIO_H */
  38. /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/