diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 18:16:28 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 18:16:28 -0800 |
| commit | 923215ae27c66dc2d25cc93ce1f7d3ef821c80bc (patch) | |
| tree | 8e0f3e6a424096be83ba1af0a5c7bd117a9c649f /include/linux/proc_fs.h | |
| parent | 02947070b658af5e0d8abdc7ad8486423a143553 (diff) | |
v2.4.4.3 -> v2.4.4.4
- Russell King: ARM updates
- Al Viro: more init cleanups
- Cort Dougan: more PPC updates
- David Miller: cleanups, pci mmap updates
- Neil Brown: raid resync by sector
- Alan Cox: more merging with -ac
- Johannes Erdfelt: USB updates
- Kai Germaschewski: ISDN updates
- Tobias Ringstrom: dmfe.c network driver update
- Trond Myklebust: NFS client updates and cleanups
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 e70a9f9fd704..72d29d9b5aab 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h @@ -127,6 +127,11 @@ extern void proc_tty_unregister_driver(struct tty_driver *driver); */ extern void proc_device_tree_init(void); +/* + * proc_rtas.c + */ +extern void proc_rtas_init(void); + extern struct proc_dir_entry *proc_symlink(const char *, struct proc_dir_entry *, const char *); extern struct proc_dir_entry *proc_mknod(const char *,mode_t, |
