ioctl.h 330 B

123456789101112131415161718
  1. /*
  2. * Copyright (c) 2006-2021, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2020-09-01 Meco Man First Version
  9. */
  10. #ifndef _SYS_IOCTL_H
  11. #define _SYS_IOCTL_H
  12. #include <rtconfig.h>
  13. #ifdef RT_USING_POSIX
  14. #include <dfs_posix.h>
  15. #endif
  16. #endif