#include <l4/dde_linux/dde.h>
#include <linux/fs.h>
#include <linux/wait.h>
#include <linux/poll.h>
#include "__config.h"
Go to the source code of this file.
Functions | |
void | __pollwait (struct file *filp, wait_queue_head_t *wait_address, poll_table *p) |
poll dummy | |
loff_t | no_llseek (struct file *file, loff_t offset, int origin) |
default llseek if it's not supported by driver/device from fs/read_write.c |
Definition in file dummy.c.
void __pollwait | ( | struct file * | filp, | |
wait_queue_head_t * | wait_address, | |||
poll_table * | p | |||
) |