patch-2.1.44 linux/include/asm-sparc/oplib.h
Next file: linux/include/asm-sparc/pgtable.h
Previous file: linux/include/asm-sparc/mbus.h
Back to the patch index
Back to the overall index
-  Lines: 21
-  Date:
Mon Jul  7 08:18:55 1997
-  Orig file: 
v2.1.43/linux/include/asm-sparc/oplib.h
-  Orig date: 
Thu Mar 27 14:40:09 1997
diff -u --recursive --new-file v2.1.43/linux/include/asm-sparc/oplib.h linux/include/asm-sparc/oplib.h
@@ -1,4 +1,4 @@
-/* $Id: oplib.h,v 1.15 1997/03/18 18:00:18 jj Exp $
+/* $Id: oplib.h,v 1.16 1997/06/27 14:55:04 jj Exp $
  * oplib.h:  Describes the interface and available routines in the
  *           Linux Prom library.
  *
@@ -272,12 +272,12 @@
 /* Return the first property type, as a string, for the given node.
  * Returns a null string on error.
  */
-extern char *prom_firstprop(int node);
+extern char *prom_firstprop(int node, char *buffer);
 
 /* Returns the next property after the passed property for the given
  * node.  Returns null string on failure.
  */
-extern char *prom_nextprop(int node, char *prev_property);
+extern char *prom_nextprop(int node, char *prev_property, char *buffer);
 
 /* Returns 1 if the specified node has given property. */
 extern int prom_node_has_property(int node, char *property);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov