summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2005-02-05 23:35:33 +0000
committeroster <oster@NetBSD.org>2005-02-05 23:35:33 +0000
commit8ea3f15338b9447c0bcada10903a35ebab2c9b08 (patch)
treed8dc7bd1e6f6819d145e675d2e480f5cef8d6ef8 /sys/dev/raidframe
parentc38bce14f672d93035db6d3ec11f1b2543c093bc (diff)
Cleanup function prototypes.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_revent.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/sys/dev/raidframe/rf_revent.h b/sys/dev/raidframe/rf_revent.h
index 130a5c0b4c2..23d8e21449d 100644
--- a/sys/dev/raidframe/rf_revent.h
+++ b/sys/dev/raidframe/rf_revent.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_revent.h,v 1.8 2005/02/05 23:32:44 oster Exp $ */
+/* $NetBSD: rf_revent.h,v 1.9 2005/02/05 23:35:33 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -37,13 +37,10 @@
#include <dev/raidframe/raidframevar.h>
-int rf_ConfigureReconEvent(RF_ShutdownList_t ** listp);
-
-RF_ReconEvent_t *rf_GetNextReconEvent(RF_RaidReconDesc_t * reconDesc);
-
-void rf_CauseReconEvent(RF_Raid_t * raidPtr, RF_RowCol_t col,
- void *arg, RF_Revent_t type);
-void rf_DrainReconEventQueue(RF_RaidReconDesc_t *reconDesc);
-void rf_FreeReconEventDesc(RF_ReconEvent_t * event);
+int rf_ConfigureReconEvent(RF_ShutdownList_t **);
+RF_ReconEvent_t *rf_GetNextReconEvent(RF_RaidReconDesc_t *);
+void rf_CauseReconEvent(RF_Raid_t *, RF_RowCol_t, void *, RF_Revent_t);
+void rf_DrainReconEventQueue(RF_RaidReconDesc_t *r);
+void rf_FreeReconEventDesc(RF_ReconEvent_t *);
#endif /* !_RF__RF_REVENT_H_ */