Added parity flag.
This commit is contained in:
parent
ca22ff9ec7
commit
806a3f6567
@ -111,9 +111,10 @@ struct ccd_ioctl {
|
||||
/* ccd_flags */
|
||||
#define CCDF_SWAP 0x01 /* interleave should be dmmax */
|
||||
#define CCDF_UNIFORM 0x02 /* use LCCD of sizes for uniform interleave */
|
||||
#define CCDF_PARITY 0x04 /* use parity */
|
||||
|
||||
/* 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.
|
||||
|
Loading…
Reference in New Issue
Block a user