00001 /************************************* */ 00002 /* Rule Set Based Access Control */ 00003 /* Author and (c) 1999-2001: Amon Ott */ 00004 /* proc fs functions */ 00005 /* Last modified: 17/Jul/2001 */ 00006 /************************************* */ 00007 00008 #ifndef __RSBAC_PROC_FS_H 00009 #define __RSBAC_PROC_FS_H 00010 00011 #include <linux/proc_fs.h> 00012 00013 #ifndef PROC_BLOCK_SIZE 00014 #define PROC_BLOCK_SIZE (3*1024) /* 4K page size but our output routines use some slack for overruns */ 00015 #endif 00016 00017 extern struct proc_dir_entry * proc_rsbac_root_p; 00018 extern struct proc_dir_entry * proc_rsbac_backup_p; 00019 00020 #endif