Main Page | Modules | Class List | File List | Class Members | File Members | Related Pages

dummy.c

Go to the documentation of this file.
00001 /* $Id: dummy.c,v 1.4 2003/08/29 10:13:21 ch12 Exp $ */
00002 /*****************************************************************************/
00011 /* (c) 2003 Technische Universitaet Dresden
00012  * This file is part of DROPS, which is distributed under the terms of the
00013  * GNU General Public License 2. Please see the COPYING file for details.
00014  */
00015 
00016 /* L4 */
00017 #include <l4/dde_linux/dde.h>
00018 
00019 /* Linux */
00020 #include <linux/fs.h>
00021 #include <linux/wait.h>
00022 #include <linux/poll.h>
00023 
00024 /* local */
00025 #include "__config.h"
00026 
00033 void __pollwait(struct file * filp, wait_queue_head_t * wait_address,
00034                 poll_table *p)
00035 {}
00036 
00040 loff_t no_llseek(struct file *file, loff_t offset, int origin)
00041 {
00042   return -ESPIPE;
00043 }

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