summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-06-25 23:04:40 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-06-25 23:04:40 +0000
commit7a5c877b3a86bd91510e64356eb74efa7cf18e93 (patch)
tree586356ab8540485f525245773c9aa4078f74ec4c /sys
parent3241e9830d69e565ba7341265030f877b439368b (diff)
prototype OF_interpret(), more cleanup.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ofw/openfirm.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/ofw/openfirm.h b/sys/dev/ofw/openfirm.h
index 342bac5c4af..964a16b8452 100644
--- a/sys/dev/ofw/openfirm.h
+++ b/sys/dev/ofw/openfirm.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: openfirm.h,v 1.3 1999/10/28 04:25:25 rahnds Exp $ */
+/* $OpenBSD: openfirm.h,v 1.4 2001/06/25 23:04:39 drahn Exp $ */
/* $NetBSD: openfirm.h,v 1.1 1996/09/30 16:35:10 ws Exp $ */
/*
@@ -60,12 +60,16 @@ int OF_seek __P((int handle, u_quad_t pos));
void OF_boot __P((char *bootspec)) __attribute__((__noreturn__));
void OF_enter __P((void));
void OF_exit __P((void)) __attribute__((__noreturn__));
+int OF_interpret __P((char *cmd, int nreturns, ...));
+#if 0
void (*OF_set_callback __P((void (*newfunc)(void *)))) ();
+#endif
/*
* Some generic routines for OpenFirmware handling.
*/
int ofnmmatch __P((char *cp1, char *cp2));
+void ofw_intr_establish(void);
/*
* Generic OpenFirmware probe argument.