diff --git a/components/dfs/include/dfs_poll.h b/components/dfs/include/dfs_poll.h new file mode 100644 index 0000000000000000000000000000000000000000..cba73b04d49a91ad768ca4b30702c30950ebfffb --- /dev/null +++ b/components/dfs/include/dfs_poll.h @@ -0,0 +1,17 @@ +/* + * Copyright (c) 2006-2021, RT-Thread Development Team + * + * SPDX-License-Identifier: Apache-2.0 + * + * Change Logs: + * Date Author Notes + */ + +#ifndef DFS_POLL_H__ +#define DFS_POLL_H__ + +#include + +#warning "This file will be obsolete in the next version! Please use to instead." + +#endif /* DFS_POLL_H__ */ diff --git a/components/dfs/include/dfs_select.h b/components/dfs/include/dfs_select.h new file mode 100644 index 0000000000000000000000000000000000000000..5b7c6428bd03fb6ebdd006dca84418f55c6cac39 --- /dev/null +++ b/components/dfs/include/dfs_select.h @@ -0,0 +1,17 @@ +/* + * 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 + +#warning "This file will be obsolete in the next version! Please use to instead." + +#endif