summaryrefslogtreecommitdiff
path: root/sys/dev/ofw
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-05-13 01:15:54 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-05-13 01:15:54 +0000
commit385a3caf2ecaf3de07747290e79fa8d1f7c618b5 (patch)
treed780db673ed87979f4e761beb9fceda2b7594fe4 /sys/dev/ofw
parentf30876db80c9d1c4d008da7e477105227561aabc (diff)
remove prototypes with no matching function
ok mpi@
Diffstat (limited to 'sys/dev/ofw')
-rw-r--r--sys/dev/ofw/openfirm.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/ofw/openfirm.h b/sys/dev/ofw/openfirm.h
index 54ccdf3d37e..98296e5aa3b 100644
--- a/sys/dev/ofw/openfirm.h
+++ b/sys/dev/ofw/openfirm.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: openfirm.h,v 1.18 2021/05/06 19:45:16 kettenis Exp $ */
+/* $OpenBSD: openfirm.h,v 1.19 2024/05/13 01:15:51 jsg Exp $ */
/* $NetBSD: openfirm.h,v 1.1 1996/09/30 16:35:10 ws Exp $ */
/*
@@ -80,12 +80,6 @@ int OF_getnodebyphandle(uint32_t);
int OF_getindex(int, const char *, const char *);
/*
- * Some generic routines for OpenFirmware handling.
- */
-int ofnmmatch(char *cp1, char *cp2);
-void ofw_intr_establish(void);
-
-/*
* Generic OpenFirmware probe argument.
* This is how all probe structures must start
* in order to support generic OpenFirmware device drivers.