dfs_ext.h 400 B

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