补充头文件.

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2020-04-28 11:41:57 +08:00
parent 6220820d9b
commit ea6847b4b5
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# Linux Kernel 等待队列 # Linux Kernel 等待队列
**头文件:**
```cpp
#include <linux/wait.h>
```
## wait_event_interruptible_timeout 函数 ## wait_event_interruptible_timeout 函数
**函数原型:** **函数原型:**