summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authoroster <oster@NetBSD.org>2002-08-03 01:07:53 +0000
committeroster <oster@NetBSD.org>2002-08-03 01:07:53 +0000
commit48a3ce178f320d0ad3cabd1a62e55b7e4a85533f (patch)
treeac8b8d54f3079b23b245f7abfb530e0d973501b6 /sys/dev/raidframe
parent91d1d5d729a500a186dfdf96b28dbabadd3f3b10 (diff)
Nuke function prototypes for previously nuked functions.
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_map.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/raidframe/rf_map.h b/sys/dev/raidframe/rf_map.h
index 05c66d29258..316703e2e3e 100644
--- a/sys/dev/raidframe/rf_map.h
+++ b/sys/dev/raidframe/rf_map.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_map.h,v 1.4 2001/10/04 15:58:54 oster Exp $ */
+/* $NetBSD: rf_map.h,v 1.5 2002/08/03 01:07:53 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -46,10 +46,6 @@ void
rf_MarkFailuresInASMList(RF_Raid_t * raidPtr,
RF_AccessStripeMapHeader_t * asm_h);
-RF_AccessStripeMap_t *rf_DuplicateASM(RF_AccessStripeMap_t * asmap);
-
-RF_PhysDiskAddr_t *rf_DuplicatePDA(RF_PhysDiskAddr_t * pda);
-
int rf_ConfigureMapModule(RF_ShutdownList_t ** listp);
RF_AccessStripeMapHeader_t *rf_AllocAccessStripeMapHeader(void);