summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-01-18 18:12:33 -0800
committerLinus Torvalds <torvalds@home.osdl.org>2004-01-18 18:12:33 -0800
commit40a4a0aaad534be2b05904f27c64c735dc989944 (patch)
tree56fa29925fab67ca0934b48241fbd07136f23dce /include/linux
parentaafb95619158e15a5398f30734998b8ef5f6d650 (diff)
[PATCH] ppc64: support for runtime updates of /proc/device-tree, from Nathan Lynch
From: Anton Blanchard <anton@samba.org> support for runtime updates of /proc/device-tree, from Nathan Lynch
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/proc_fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h
index d8de4a1b03ef..34d372d04622 100644
--- a/include/linux/proc_fs.h
+++ b/include/linux/proc_fs.h
@@ -132,6 +132,7 @@ extern void proc_tty_unregister_driver(struct tty_driver *driver);
* proc_devtree.c
*/
extern void proc_device_tree_init(void);
+extern void proc_device_tree_add_node(struct device_node *, struct proc_dir_entry *);
/*
* proc_rtas.c