Motion_EC_HC32_archived/rt-thread/components/dfs/include/dfs_select.h

16 lines
240 B
C
Raw Normal View History

2022-01-10 16:20:39 +08:00
/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
#ifndef DFS_SELECT_H__
#define DFS_SELECT_H__
#include <sys/select.h>
2022-01-10 17:10:14 +08:00
#endif