Added parity flag.

This commit is contained in:
Satoshi Asami 1995-12-28 00:18:35 +00:00
parent ca22ff9ec7
commit 806a3f6567

View File

@ -111,9 +111,10 @@ struct ccd_ioctl {
/* ccd_flags */ /* ccd_flags */
#define CCDF_SWAP 0x01 /* interleave should be dmmax */ #define CCDF_SWAP 0x01 /* interleave should be dmmax */
#define CCDF_UNIFORM 0x02 /* use LCCD of sizes for uniform interleave */ #define CCDF_UNIFORM 0x02 /* use LCCD of sizes for uniform interleave */
#define CCDF_PARITY 0x04 /* use parity */
/* Mask of user-settable ccd flags. */ /* Mask of user-settable ccd flags. */
#define CCDF_USERMASK (CCDF_SWAP|CCDF_UNIFORM) #define CCDF_USERMASK (CCDF_SWAP|CCDF_UNIFORM|CCDF_PARITY)
/* /*
* Component info table. * Component info table.