summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2004-03-04 02:55:58 +0000
committeroster <oster@NetBSD.org>2004-03-04 02:55:58 +0000
commit5d768c003f084d7842ccfc991edcdd16a2e6164d (patch)
tree4a56211364647a700bc56fda11f737c8b1d455c1 /sys/dev/raidframe
parent708c19adaf366570611da6c3a7b9d9949b36d21c (diff)
Cleanup function prototypes.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_stripelocks.h16
1 files changed, 5 insertions, 11 deletions
diff --git a/sys/dev/raidframe/rf_stripelocks.h b/sys/dev/raidframe/rf_stripelocks.h
index 349c711cbca..abbb18909a3 100644
--- a/sys/dev/raidframe/rf_stripelocks.h
+++ b/sys/dev/raidframe/rf_stripelocks.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_stripelocks.h,v 1.5 2003/04/10 04:10:17 simonb Exp $ */
+/* $NetBSD: rf_stripelocks.h,v 1.6 2004/03/04 02:55:58 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -104,15 +104,9 @@ struct RF_LockTableEntry_s {
(_lrd).cbArg = (void *) (_cba); \
}
-int rf_ConfigureStripeLockFreeList(RF_ShutdownList_t ** listp);
-int
-rf_ConfigureStripeLocks(RF_ShutdownList_t ** listp, RF_Raid_t * raidPtr,
- RF_Config_t * cfgPtr);
-int
-rf_AcquireStripeLock(RF_LockTableEntry_t * lockTable,
- RF_StripeNum_t stripeID, RF_LockReqDesc_t * lockReqDesc);
-void
-rf_ReleaseStripeLock(RF_LockTableEntry_t * lockTable,
- RF_StripeNum_t stripeID, RF_LockReqDesc_t * lockReqDesc);
+int rf_ConfigureStripeLockFreeList(RF_ShutdownList_t **);
+int rf_ConfigureStripeLocks(RF_ShutdownList_t **, RF_Raid_t *, RF_Config_t *);
+int rf_AcquireStripeLock(RF_LockTableEntry_t *, RF_StripeNum_t, RF_LockReqDesc_t *);
+void rf_ReleaseStripeLock(RF_LockTableEntry_t *, RF_StripeNum_t, RF_LockReqDesc_t *);
#endif /* !_RF__RF_STRIPELOCKS_H_ */