/tmp/l4check/full_tree/trunk/l4/pkg/dde_linux/lib/src/proc.c File Reference

/proc fs stubs (not implemented yet) More...

#include <l4/dde_linux/dde.h>
#include <linux/proc_fs.h>

Go to the source code of this file.

Functions

struct proc_dir_entry * create_proc_entry (const char *name, mode_t mode, struct proc_dir_entry *parent)
 Linux' /proc Entry Creation.
void remove_proc_entry (const char *name, struct proc_dir_entry *parent)
 Linux' /proc Entry Removal.
struct proc_dir_entry * proc_mkdir (const char *name, struct proc_dir_entry *parent)


Detailed Description

/proc fs stubs (not implemented yet)

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

Definition in file proc.c.


Function Documentation

struct proc_dir_entry* create_proc_entry ( const char *  name,
mode_t  mode,
struct proc_dir_entry *  parent 
) [read]

Linux' /proc Entry Creation.

Todo:
implementation

Definition at line 27 of file proc.c.

void remove_proc_entry ( const char *  name,
struct proc_dir_entry *  parent 
)

Linux' /proc Entry Removal.

Todo:
implementation

Definition at line 38 of file proc.c.


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