summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/openfirm.h
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1999-10-28 04:25:26 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1999-10-28 04:25:26 +0000
commit23c4731f334c11b77c6bcf062ff2e7e6b3cf2c4e (patch)
treedb0aac6190d7fce7353bfdbf4d20c7e8f4683eeb /sys/dev/ofw/openfirm.h
parentcacce03b3f7cb6f9a8d302e7c03b0ce00be68e76 (diff)
Sync up with some piece of reality, start supporting powerpc again.
Diffstat (limited to 'sys/dev/ofw/openfirm.h')
-rw-r--r--sys/dev/ofw/openfirm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ofw/openfirm.h b/sys/dev/ofw/openfirm.h
index 386239df8ec..342bac5c4af 100644
--- a/sys/dev/ofw/openfirm.h
+++ b/sys/dev/ofw/openfirm.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: openfirm.h,v 1.2 1997/11/07 08:07:24 niklas Exp $ */
+/* $OpenBSD: openfirm.h,v 1.3 1999/10/28 04:25:25 rahnds Exp $ */
/* $NetBSD: openfirm.h,v 1.1 1996/09/30 16:35:10 ws Exp $ */
/*
@@ -40,7 +40,7 @@
int openfirmware __P((void *));
-extern char *OF_buf;
+extern char OF_buf[];
int OF_peer __P((int phandle));
int OF_child __P((int phandle));