dfs_private.h 340 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. */
  9. #ifndef DFS_PRIVATE_H__
  10. #define DFS_PRIVATE_H__
  11. #include <dfs.h>
  12. #define NO_WORKING_DIR "system does not support working directory\n"
  13. extern char working_directory[];
  14. #endif