summaryrefslogtreecommitdiff
path: root/sys/dev/ramdisk.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ramdisk.h')
-rw-r--r--sys/dev/ramdisk.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ramdisk.h b/sys/dev/ramdisk.h
index 687049d6582..f4ac5a70dc7 100644
--- a/sys/dev/ramdisk.h
+++ b/sys/dev/ramdisk.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: ramdisk.h,v 1.3 1996/04/18 23:47:04 niklas Exp $ */
-/* $NetBSD: ramdisk.h,v 1.3 1996/03/07 10:26:31 leo Exp $ */
+/* $OpenBSD: ramdisk.h,v 1.4 1996/04/21 22:19:56 deraadt Exp $ */
+/* $NetBSD: ramdisk.h,v 1.4 1996/03/22 23:02:04 gwr Exp $ */
/*
* Copyright (c) 1995 Gordon W. Ross
@@ -86,7 +86,6 @@ struct rd_conf {
* called by the ramdisk driver to allow machine-dependent to
* match/configure and/or load each ramdisk unit.
*/
-extern int rd_match_hook __P((struct device *, void *, void *));
extern void rd_attach_hook __P((int unit, struct rd_conf *));
extern void rd_open_hook __P((int unit, struct rd_conf *));
#endif