00001
00002
00011
00012
00013
00014
00015
00016
00017 #include <l4/dde_linux/dde.h>
00018
00019
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 }
00041
00042 struct proc_dir_entry *proc_mkdir(const char *name,
00043 struct proc_dir_entry *parent)
00044 {
00045 return (struct proc_dir_entry *) 0;
00046 }