summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include/openfirm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc64/include/openfirm.h')
-rw-r--r--sys/arch/sparc64/include/openfirm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sparc64/include/openfirm.h b/sys/arch/sparc64/include/openfirm.h
index 20be67c12c0..7d27aaff1ad 100644
--- a/sys/arch/sparc64/include/openfirm.h
+++ b/sys/arch/sparc64/include/openfirm.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: openfirm.h,v 1.2 2001/08/19 05:15:40 art Exp $ */
+/* $OpenBSD: openfirm.h,v 1.3 2002/03/14 03:16:00 millert Exp $ */
/* $NetBSD: openfirm.h,v 1.8 2001/07/20 00:07:14 eeh Exp $ */
/*
@@ -47,9 +47,9 @@ typedef u_int64_t cell_t;
#define ADR2CELL(x) (cell_t)(u_int)(int)(x)
#endif
-int OF_test (char* service);
-int OF_test_method (int handle, char* method);
-int OF_getproplen (int handle, char* prop);
+int OF_test (char *service);
+int OF_test_method (int handle, char *method);
+int OF_getproplen (int handle, char *prop);
int OF_stdin (void);
int OF_stdout (void);