#if out a few more bits that arn't required if we are not doing

PQ or RAID6.
This commit is contained in:
oster 2001-06-20 03:09:23 +00:00
parent 35e011d31b
commit 76d322c58c
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_pqdeg.h,v 1.3 1999/02/05 00:06:15 oster Exp $ */
/* $NetBSD: rf_pqdeg.h,v 1.4 2001/06/20 03:09:23 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -29,6 +29,8 @@
#ifndef _RF__RF_PQDEG_H_
#define _RF__RF_PQDEG_H_
#if (RF_INCLUDE_PQ > 0) || (RF_INCLUDE_RAID6 > 0)
#include "rf_types.h"
#if RF_UTILITY == 0
@ -71,4 +73,6 @@ extern RF_ua1024_t rf_qinv[29 * 29];
extern RF_ua1024_t rf_qinv[1];
#endif /* !_KERNEL */
#endif /* (RF_INCLUDE_PQ > 0) || (RF_INCLUDE_RAID6 > 0) */
#endif /* !_RF__RF_PQDEG_H_ */