summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_driver.c
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2000-01-09 01:29:27 +0000
committeroster <oster@NetBSD.org>2000-01-09 01:29:27 +0000
commitc8730b35e604ec7eed94a81547e97bb6c21ccd64 (patch)
tree23e5a01a96880c815bee036f4291eaf3bf98b95a /sys/dev/raidframe/rf_driver.c
parent08817bcd5087fd67f8008ee040d43dbd837388ec (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_driver.c')
-rw-r--r--sys/dev/raidframe/rf_driver.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/dev/raidframe/rf_driver.c b/sys/dev/raidframe/rf_driver.c
index 2f46fadaea0..ddb3015db50 100644
--- a/sys/dev/raidframe/rf_driver.c
+++ b/sys/dev/raidframe/rf_driver.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_driver.c,v 1.23 2000/01/09 00:00:18 oster Exp $ */
+/* $NetBSD: rf_driver.c,v 1.24 2000/01/09 01:29:28 oster Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -115,6 +115,7 @@
#include "rf_options.h"
#include "rf_shutdown.h"
#include "rf_cpuutil.h"
+#include "rf_kintf.h"
#include <sys/buf.h>
@@ -139,12 +140,6 @@ static void rf_ShutdownRDFreeList(void *);
static int rf_ConfigureRDFreeList(RF_ShutdownList_t **);
void rf_UnconfigureVnodes( RF_Raid_t * );
-/* XXX move these to their own .h file! */
-int raidwrite_component_label(dev_t, struct vnode *, RF_ComponentLabel_t *);
-int raidread_component_label(dev_t, struct vnode *, RF_ComponentLabel_t *);
-int raidmarkclean(dev_t dev, struct vnode *b_vp,int);
-void rf_update_component_labels( RF_Raid_t *);
-
RF_DECLARE_MUTEX(rf_printf_mutex) /* debug only: avoids interleaved
* printfs by different stripes */