/tmp/l4check/full_tree/trunk/l4/pkg/dde_linux/lib/sound/dummy.c File Reference

Dummies. More...

#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


Detailed Description

Dummies.

Date:
08/28/2003
Author:
Christian Helmuth <ch12@os.inf.tu-dresden.de>

Definition in file dummy.c.


Function Documentation

void __pollwait ( struct file *  filp,
wait_queue_head_t *  wait_address,
poll_table *  p 
)

poll dummy

As there is no poll implementation/emulation fops->poll will never be called.

See also 'man 2 poll'.

Definition at line 33 of file dummy.c.


Linux DDE, written by Christian Helmuth  © 2003 Technische Universitaet Dresden