Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ofw Add OF_nextprop and OF_setprop prototypes.



details:   https://anonhg.NetBSD.org/src/rev/a81a6fa76748
branches:  trunk
changeset: 499181:a81a6fa76748
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Nov 14 06:44:12 2000 +0000

description:
Add OF_nextprop and OF_setprop prototypes.

diffstat:

 sys/dev/ofw/openfirm.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 449160c0ad2d -r a81a6fa76748 sys/dev/ofw/openfirm.h
--- a/sys/dev/ofw/openfirm.h    Tue Nov 14 06:42:27 2000 +0000
+++ b/sys/dev/ofw/openfirm.h    Tue Nov 14 06:44:12 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: openfirm.h,v 1.13 2000/11/14 06:42:27 matt Exp $       */
+/*     $NetBSD: openfirm.h,v 1.14 2000/11/14 06:44:12 matt Exp $       */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -82,6 +82,8 @@
 int    OF_instance_to_package (int ihandle);
 int    OF_getproplen (int handle, char *prop);
 int    OF_getprop (int handle, char *prop, void *buf, int buflen);
+int    OF_nextprop (int handle, char *prop, char *nextprop);
+int    OF_setprop (int handle, char *prop, const void *buf, int buflen);
 int    OF_finddevice (char *name);
 int    OF_instance_to_path (int ihandle, char *buf, int buflen);
 int    OF_package_to_path (int phandle, char *buf, int buflen);



Home | Main Index | Thread Index | Old Index