summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/oplib.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-01-04 16:03:48 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-01-04 16:03:48 +0000
commit78c388aed2b7184182c08428db1de6c872d815f5 (patch)
tree4b2003b1b4ceb241a17faa995da8dd1004bb8e45 /include/asm-sparc/oplib.h
parenteb7a5bf93aaa4be1d7c6181100ab7639e74d67f7 (diff)
Merge with Linux 2.1.131 and more MIPS goodies.
(Did I mention that CVS is buggy ...)
Diffstat (limited to 'include/asm-sparc/oplib.h')
-rw-r--r--include/asm-sparc/oplib.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-sparc/oplib.h b/include/asm-sparc/oplib.h
index 2d1094b07..396f9ef07 100644
--- a/include/asm-sparc/oplib.h
+++ b/include/asm-sparc/oplib.h
@@ -1,4 +1,4 @@
-/* $Id: oplib.h,v 1.19 1998/01/30 10:59:53 jj Exp $
+/* $Id: oplib.h,v 1.20 1998/09/17 11:05:25 jj Exp $
* oplib.h: Describes the interface and available routines in the
* Linux Prom library.
*
@@ -280,6 +280,9 @@ extern char *prom_firstprop(int node, char *buffer);
*/
extern char *prom_nextprop(int node, char *prev_property, char *buffer);
+/* Returns phandle of the path specified */
+extern int prom_finddevice(char *name);
+
/* Returns 1 if the specified node has given property. */
extern int prom_node_has_property(int node, char *property);