diff options
| author | oster <oster@NetBSD.org> | 2002-09-15 21:04:35 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2002-09-15 21:04:35 +0000 |
| commit | be70d191af2ef4c25d810ab7f5d72f9454f91675 (patch) | |
| tree | 318521604a75de25965f328f451dffdeb1d10a3a /sys/dev/raidframe | |
| parent | f30ddf1a2945c071d8a67f23b6ed04e384a3f2f8 (diff) | |
General cleanup of a mess. No functional changes.
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_revent.h | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/sys/dev/raidframe/rf_revent.h b/sys/dev/raidframe/rf_revent.h index 667308ca4e0..3d61e22526e 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.4 2001/10/04 15:58:56 oster Exp $ */ +/* $NetBSD: rf_revent.h,v 1.5 2002/09/15 21:04:35 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -37,15 +37,16 @@ #include <dev/raidframe/raidframevar.h> -int rf_ConfigureReconEvent(RF_ShutdownList_t ** listp); +int rf_ConfigureReconEvent(RF_ShutdownList_t ** listp); -RF_ReconEvent_t * -rf_GetNextReconEvent(RF_RaidReconDesc_t * reconDesc, - RF_RowCol_t row, void (*continueFunc) (void *), void *continueArg); +RF_ReconEvent_t *rf_GetNextReconEvent(RF_RaidReconDesc_t * reconDesc, + RF_RowCol_t row, + void (*continueFunc) (void *), + void *continueArg); - void rf_CauseReconEvent(RF_Raid_t * raidPtr, RF_RowCol_t row, RF_RowCol_t col, - void *arg, RF_Revent_t type); +void rf_CauseReconEvent(RF_Raid_t * raidPtr, RF_RowCol_t row, RF_RowCol_t col, + void *arg, RF_Revent_t type); - void rf_FreeReconEventDesc(RF_ReconEvent_t * event); +void rf_FreeReconEventDesc(RF_ReconEvent_t * event); #endif /* !_RF__RF_REVENT_H_ */ |
