Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/raidframe Cleanup function prototypes.
details: https://anonhg.NetBSD.org/src/rev/5e0a8d635d1d
branches: trunk
changeset: 573705:5e0a8d635d1d
user: oster <oster%NetBSD.org@localhost>
date: Sat Feb 05 23:35:33 2005 +0000
description:
Cleanup function prototypes.
diffstat:
sys/dev/raidframe/rf_revent.h | 15 ++++++---------
1 files changed, 6 insertions(+), 9 deletions(-)
diffs (28 lines):
diff -r 6c75a96125db -r 5e0a8d635d1d sys/dev/raidframe/rf_revent.h
--- a/sys/dev/raidframe/rf_revent.h Sat Feb 05 23:32:43 2005 +0000
+++ b/sys/dev/raidframe/rf_revent.h Sat Feb 05 23:35:33 2005 +0000
@@ -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_ */
Home |
Main Index |
Thread Index |
Old Index