diff options
Diffstat (limited to 'src/md.h')
-rw-r--r-- | src/md.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -242,7 +242,9 @@ struct mdp_superblock_1 { * into the 'roles' value. If a device is spare or faulty, then it doesn't * have a meaningful role. */ +#if !defined(__FRAMAC__) uint16_t dev_roles[0]; /* role in array, or 0xffff for a spare, or 0xfffe for faulty */ +#endif }; #if 0 |