source: S-port/trunk/FATFS/Target/user_diskio.h

Last change on this file was 1, checked in by AlexLir, 3 years ago
File size: 1.6 KB
Line 
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) 2021 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
22/* Define to prevent recursive inclusion -------------------------------------*/
23#ifndef __USER_DISKIO_H
24#define __USER_DISKIO_H
25
26#ifdef __cplusplus
27 extern "C" {
28#endif
29
30/* USER CODE BEGIN 0 */
31
32/* Includes ------------------------------------------------------------------*/
33/* Exported types ------------------------------------------------------------*/
34/* Exported constants --------------------------------------------------------*/
35/* Exported functions ------------------------------------------------------- */
36extern Diskio_drvTypeDef USER_Driver;
37
38/* USER CODE END 0 */
39
40#ifdef __cplusplus
41}
42#endif
43
44#endif /* __USER_DISKIO_H */
45
46/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
Note: See TracBrowser for help on using the repository browser.