diff options
Diffstat (limited to 'include/linux/proc_fs.h')
| -rw-r--r-- | include/linux/proc_fs.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h index 74488e49166d..aa6322d45198 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h | |||
| @@ -146,6 +146,11 @@ struct property; | |||
| 146 | extern void proc_device_tree_init(void); | 146 | extern void proc_device_tree_init(void); | 
| 147 | extern void proc_device_tree_add_node(struct device_node *, struct proc_dir_entry *); | 147 | extern void proc_device_tree_add_node(struct device_node *, struct proc_dir_entry *); | 
| 148 | extern void proc_device_tree_add_prop(struct proc_dir_entry *pde, struct property *prop); | 148 | extern void proc_device_tree_add_prop(struct proc_dir_entry *pde, struct property *prop); | 
| 149 | extern void proc_device_tree_remove_prop(struct proc_dir_entry *pde, | ||
| 150 | struct property *prop); | ||
| 151 | extern void proc_device_tree_update_prop(struct proc_dir_entry *pde, | ||
| 152 | struct property *newprop, | ||
| 153 | struct property *oldprop); | ||
| 149 | #endif /* CONFIG_PROC_DEVICETREE */ | 154 | #endif /* CONFIG_PROC_DEVICETREE */ | 
| 150 | 155 | ||
| 151 | extern struct proc_dir_entry *proc_symlink(const char *, | 156 | extern struct proc_dir_entry *proc_symlink(const char *, | 
