diff options
| author | oster <oster@NetBSD.org> | 2001-10-04 15:58:51 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 2001-10-04 15:58:51 +0000 |
| commit | 765e00d3dea56d165b123618eff649e1f4367555 (patch) | |
| tree | 34d6b01e710b3ef34613f8457df43b25cb52a340 /sys/dev/raidframe/rf_diskqueue.h | |
| parent | c68c2f3692bb5c8887c3b13951e746ae2f1bb363 (diff) | |
Step 2 of the disentanglement. We now look to <dev/raidframe/*> for
the stuff that used to live in rf_types.h, rf_raidframe.h, rf_layout.h,
rf_netbsd.h, rf_raid.h, rf_decluster,h, and a few other places.
Believe it or not, when this is all done, things will be cleaner.
No functional changes to RAIDframe.
Diffstat (limited to 'sys/dev/raidframe/rf_diskqueue.h')
| -rw-r--r-- | sys/dev/raidframe/rf_diskqueue.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_diskqueue.h b/sys/dev/raidframe/rf_diskqueue.h index 7c9a0c0317a..3ff7f30a62b 100644 --- a/sys/dev/raidframe/rf_diskqueue.h +++ b/sys/dev/raidframe/rf_diskqueue.h @@ -1,4 +1,4 @@ -/* $NetBSD: rf_diskqueue.h,v 1.5 2000/02/13 04:53:57 oster Exp $ */ +/* $NetBSD: rf_diskqueue.h,v 1.6 2001/10/04 15:58:53 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -38,10 +38,11 @@ #ifndef _RF__RF_DISKQUEUE_H_ #define _RF__RF_DISKQUEUE_H_ +#include <dev/raidframe/raidframevar.h> + #include "rf_threadstuff.h" #include "rf_acctrace.h" #include "rf_alloclist.h" -#include "rf_types.h" #include "rf_etimer.h" |
