From 086450a69044f3ede65845d9a616116db9a6d006 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Tue, 16 Feb 1999 00:03:34 +0000 Subject: Merge from NetBSD, mostly indentation --- sys/dev/raidframe/rf_aselect.h | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) (limited to 'sys/dev/raidframe/rf_aselect.h') diff --git a/sys/dev/raidframe/rf_aselect.h b/sys/dev/raidframe/rf_aselect.h index 1b1d3e51795..565f042ab53 100644 --- a/sys/dev/raidframe/rf_aselect.h +++ b/sys/dev/raidframe/rf_aselect.h @@ -1,5 +1,5 @@ -/* $OpenBSD: rf_aselect.h,v 1.1 1999/01/11 14:29:00 niklas Exp $ */ -/* $NetBSD: rf_aselect.h,v 1.1 1998/11/13 04:20:26 oster Exp $ */ +/* $OpenBSD: rf_aselect.h,v 1.2 1999/02/16 00:02:24 niklas Exp $ */ +/* $NetBSD: rf_aselect.h,v 1.3 1999/02/05 00:06:06 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -32,29 +32,12 @@ * aselect.h -- header file for algorithm selection code * *****************************************************************************/ -/* : - * Log: rf_aselect.h,v - * Revision 1.5 1996/05/24 22:17:04 jimz - * continue code + namespace cleanup - * typed a bunch of flags - * - * Revision 1.4 1996/05/23 21:46:35 jimz - * checkpoint in code cleanup (release prep) - * lots of types, function names have been fixed - * - * Revision 1.3 1995/11/30 16:28:00 wvcii - * added copyright info - * - * Revision 1.2 1995/11/19 16:20:46 wvcii - * changed SelectAlgorithm prototype - * - */ #ifndef _RF__RF_ASELECT_H_ #define _RF__RF_ASELECT_H_ - + #include "rf_desc.h" -int rf_SelectAlgorithm(RF_RaidAccessDesc_t *desc, RF_RaidAccessFlags_t flags); +int rf_SelectAlgorithm(RF_RaidAccessDesc_t * desc, RF_RaidAccessFlags_t flags); -#endif /* !_RF__RF_ASELECT_H_ */ +#endif /* !_RF__RF_ASELECT_H_ */ -- cgit v1.2.3