X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fproc_fs.h;h=3469f96bc8b2d0e11543d57246f4c4ae75f64115;hb=d1187ed21026fd512b87851d0ca26d9ae16f9059;hp=f4f7a63cae1f858f3779adf9b607d526b3fa038b;hpb=b813e931b4c8235bb42e301096ea97dbdee3e8fe;p=powerpc.git diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h index f4f7a63cae..3469f96bc8 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h @@ -106,6 +106,9 @@ int task_statm(struct mm_struct *, int *, int *, int *, int *); char *task_mem(struct mm_struct *, char *); void clear_refs_smap(struct mm_struct *mm); +struct proc_dir_entry *de_get(struct proc_dir_entry *de); +void de_put(struct proc_dir_entry *de); + extern struct proc_dir_entry *create_proc_entry(const char *name, mode_t mode, struct proc_dir_entry *parent); extern void remove_proc_entry(const char *name, struct proc_dir_entry *parent);