使用poll.h代替dfs_poll.h

This commit is contained in:
Meco Man
2021-09-11 11:48:14 -04:00
parent 92c62a8fab
commit c360688714
13 changed files with 21 additions and 12 deletions

View File

@@ -1,3 +1,12 @@
/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2021-09-11 Meco Man First version
*/
#ifndef __POLL_H__
#define __POLL_H__