summaryrefslogtreecommitdiffstats
path: root/sys/boot/ofw/libofw/openfirm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/ofw/libofw/openfirm.c')
-rw-r--r--sys/boot/ofw/libofw/openfirm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/ofw/libofw/openfirm.c b/sys/boot/ofw/libofw/openfirm.c
index fc02855..3970d95 100644
--- a/sys/boot/ofw/libofw/openfirm.c
+++ b/sys/boot/ofw/libofw/openfirm.c
@@ -63,7 +63,8 @@
#include "openfirm.h"
-static int (*openfirmware)(void *);
+int (*openfirmware)(void *);
+
static ihandle_t stdin;
static ihandle_t stdout;
OpenPOWER on IntegriCloud