Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
poll.h
Go to the documentation of this file.
1 
4 #ifndef __KERNEL_POLL_H__
5 #define __KERNEL_POLL_H__
6 
7 #include <fs/fs.h>
8 
9 void poll_notify(struct file *notify_file);
10 
11 #endif
Definition: fs.h:120