X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Flinux%2Fmmc%2Fhost.h;h=913e5752569f1c70f7c3cb6315af0d3514a22c92;hb=55db890a838c7b37256241b1fc53d6344aa79cc0;hp=2da0c918a8ccd38aa05a7fd36bb013b5578938dd;hpb=fe4a3c7a20f14d86022a8132adbf6ddb98e7197c;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 2da0c91..913e575 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h @@ -92,9 +92,10 @@ struct mmc_host { unsigned int max_seg_size; /* see blk_queue_max_segment_size */ unsigned short max_hw_segs; /* see blk_queue_max_hw_segments */ unsigned short max_phys_segs; /* see blk_queue_max_phys_segments */ - unsigned short max_sectors; /* see blk_queue_max_sectors */ unsigned short unused; + unsigned int max_req_size; /* maximum number of bytes in one req */ unsigned int max_blk_size; /* maximum size of one mmc block */ + unsigned int max_blk_count; /* maximum number of blocks in one req */ /* private data */ struct mmc_ios ios; /* current io bus settings */