diff options
Diffstat (limited to 'sys/dev/ramdisk.h')
| -rw-r--r-- | sys/dev/ramdisk.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ramdisk.h b/sys/dev/ramdisk.h index 4212af83eaa..6e22c78e037 100644 --- a/sys/dev/ramdisk.h +++ b/sys/dev/ramdisk.h @@ -1,4 +1,4 @@ -/* $NetBSD: ramdisk.h,v 1.3 1996/03/07 10:26:31 leo Exp $ */ +/* $NetBSD: ramdisk.h,v 1.4 1996/03/22 23:02:04 gwr Exp $ */ /* * Copyright (c) 1995 Gordon W. Ross @@ -85,7 +85,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 |
