From 8ea3f15338b9447c0bcada10903a35ebab2c9b08 Mon Sep 17 00:00:00 2001 From: oster Date: Sat, 5 Feb 2005 23:35:33 +0000 Subject: Cleanup function prototypes. --- sys/dev/raidframe/rf_revent.h | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'sys/dev/raidframe') 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 -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_ */ -- cgit