rt-thread/components/libc/compilers/common/sys/ioctl.h

19 lines
330 B
C
Raw Normal View History

2020-09-02 10:25:52 +08:00
/*
2021-03-08 18:19:04 +08:00
* Copyright (c) 2006-2021, RT-Thread Development Team
2020-09-02 10:25:52 +08:00
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-09-01 Meco Man First Version
*/
#ifndef _SYS_IOCTL_H
#define _SYS_IOCTL_H
#include <rtconfig.h>
#ifdef RT_USING_POSIX
#include <dfs_posix.h>
#endif
2020-09-02 10:25:52 +08:00
#endif