| 12345678910111213141516171819 |
- /*
- * Copyright (c) 2006-2023, RT-Thread Development Team
- *
- * SPDX-License-Identifier: Apache-2.0
- *
- * Change Logs:
- * Date Author Notes
- * 2017-11-11 parai@foxmail.com base porting
- * 2022-01-23 bernard split block device to a single file.
- */
- #ifndef __DFS_EXT_H__
- #define __DFS_EXT_H__
- #include <rtthread.h>
- int dfs_ext_init(void);
- #endif
|