summaryrefslogtreecommitdiffstats
path: root/sys/sys/disk.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2006-03-11 10:24:50 +0000
committerphk <phk@FreeBSD.org>2006-03-11 10:24:50 +0000
commit9199d195ec05c3f0e2b04041788630db90dae5e1 (patch)
tree0f3ec05945916d543e28c37477269f43092a04b2 /sys/sys/disk.h
parent0f40461c39d928918b81dabc8c55c0ae94797697 (diff)
downloadFreeBSD-src-9199d195ec05c3f0e2b04041788630db90dae5e1.zip
FreeBSD-src-9199d195ec05c3f0e2b04041788630db90dae5e1.tar.gz
Remove last traces of disk_enumerate()
Diffstat (limited to 'sys/sys/disk.h')
-rw-r--r--sys/sys/disk.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/disk.h b/sys/sys/disk.h
index b9ab4f3..eef4824 100644
--- a/sys/sys/disk.h
+++ b/sys/sys/disk.h
@@ -21,8 +21,6 @@
#include <sys/conf.h> /* XXX: temporary to avoid breakage */
#endif
-struct disk;
-struct disk *disk_enumerate(struct disk *disk);
void disk_err(struct bio *bp, const char *what, int blkdone, int nl);
#endif
OpenPOWER on IntegriCloud