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

proc.c

Go to the documentation of this file.
00001 /* $Id: proc.c,v 1.4 2003/08/29 10:13:23 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/proc_fs.h>
00021 
00027 struct proc_dir_entry *create_proc_entry(const char *name, mode_t mode,
00028                                          struct proc_dir_entry *parent)
00029 {
00030   return (struct proc_dir_entry *) 0;
00031 }
00032 
00038 void remove_proc_entry(const char *name, struct proc_dir_entry *parent)
00039 {
00040 }

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