From daef0ae82aa41b7484bc12fee580db93ee13d9d9 Mon Sep 17 00:00:00 2001 From: gwr Date: Fri, 22 Mar 1996 23:02:02 +0000 Subject: The ramdisk is now a pseudo-device. --- sys/dev/ramdisk.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/ramdisk.h') 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 -- cgit