#ifndef _RAID0_H#define _RAID0_Hstructstrip_zone{sector_tzone_end;/* Start of the next zone (in sectors) */sector_tdev_start;/* Zone offset in real dev (in sectors) */intnb_dev;/* # of devices attached to the zone */};structr0conf{structstrip_zone*strip_zone;structmd_rdev**devlist;/* lists of rdevs, pointed to * by strip_zone->dev */intnr_strip_zones;inthas_merge_bvec;/* at least one member has * a merge_bvec_fn */};#endif