Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/include OF_getproplen(), OF_nextprop() and OF...
details: https://anonhg.NetBSD.org/src/rev/c5890bc6314d
branches: trunk
changeset: 499275:c5890bc6314d
user: pk <pk%NetBSD.org@localhost>
date: Wed Nov 15 16:13:10 2000 +0000
description:
OF_getproplen(), OF_nextprop() and OF_setprop() prototypes are now in
dev/ofw/openfirm.h
diffstat:
sys/arch/sparc/include/openfirm.h | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r b0146e720d4a -r c5890bc6314d sys/arch/sparc/include/openfirm.h
--- a/sys/arch/sparc/include/openfirm.h Wed Nov 15 16:12:01 2000 +0000
+++ b/sys/arch/sparc/include/openfirm.h Wed Nov 15 16:13:10 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: openfirm.h,v 1.1 1999/02/14 12:23:04 pk Exp $ */
+/* $NetBSD: openfirm.h,v 1.2 2000/11/15 16:13:10 pk Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -41,9 +41,6 @@
#define HDL2CELL(x) (cell_t)(x)
#define ADR2CELL(x) (cell_t)(x)
-int OF_getproplen __P((int handle, char* prop));
-int OF_setprop __P((int handle, char *prop, void *buf, int buflen));
-int OF_nextprop __P(( int handle, char *prop, void *buf));
void OF_poweroff __P((void)) __attribute__((__noreturn__));
int OF_test __P((char* service));
int OF_test_method __P((int handle, char* method));
Home |
Main Index |
Thread Index |
Old Index