diff options
| author | oster <oster@NetBSD.org> | 2000-01-09 01:29:27 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2000-01-09 01:29:27 +0000 |
| commit | c8730b35e604ec7eed94a81547e97bb6c21ccd64 (patch) | |
| tree | 23e5a01a96880c815bee036f4291eaf3bf98b95a /sys/dev/raidframe/rf_reconstruct.c | |
| parent | 08817bcd5087fd67f8008ee040d43dbd837388ec (diff) | |
- move a bunch of function prototypes to rf_kintf.h
- general cleanup of a number of prototypes that were scattered around.
Diffstat (limited to 'sys/dev/raidframe/rf_reconstruct.c')
| -rw-r--r-- | sys/dev/raidframe/rf_reconstruct.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/raidframe/rf_reconstruct.c b/sys/dev/raidframe/rf_reconstruct.c index ec324af3b29..51e6df4b839 100644 --- a/sys/dev/raidframe/rf_reconstruct.c +++ b/sys/dev/raidframe/rf_reconstruct.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_reconstruct.c,v 1.11 2000/01/09 01:12:05 oster Exp $ */ +/* $NetBSD: rf_reconstruct.c,v 1.12 2000/01/09 01:29:28 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -125,11 +125,6 @@ static void ForceReconReadDoneProc(void *arg, int status); static void rf_ShutdownReconstruction(void *); -/* XXX these should be in a .h file somewhere */ -int raidlookup __P((char *, struct proc *, struct vnode **)); -int raidwrite_component_label(dev_t, struct vnode *, RF_ComponentLabel_t *); -int raidread_component_label(dev_t, struct vnode *, RF_ComponentLabel_t *); - struct RF_ReconDoneProc_s { void (*proc) (RF_Raid_t *, void *); void *arg; |
