diff options
| author | gwr <gwr@NetBSD.org> | 1996-03-22 23:02:02 +0000 |
|---|---|---|
| committer | gwr <gwr@NetBSD.org> | 1996-03-22 23:02:02 +0000 |
| commit | daef0ae82aa41b7484bc12fee580db93ee13d9d9 (patch) | |
| tree | d2a4be5e07c6a2e57ab83f8d45c365f1f51282cd /sys/dev/ramdisk.h | |
| parent | 634f5ade490166aa94a4373d4899d5164361e163 (diff) | |
The ramdisk is now a pseudo-device.
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 |
