• Main Page
  • Data Structures
  • Files
  • File List
  • Globals

procfs.h

Go to the documentation of this file.
00001 
00013 #ifndef PROCFS_H
00014 #define PROCFS_H
00015 
00016 #include <linux/module.h>
00017 
00018 
00023 int  mumufs_initialise_proc_entries( void );
00024 
00029 int  mumufs_remove_proc_entries( void );
00030 
00036 int  mumufs_create_mount_info( struct super_block *  sb );
00037 
00043 int  mumufs_remove_mount_info( struct super_block *  sb );
00044 
00045 #endif
00046