X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fmmc%2Fmmc.h;h=8d30b2a7255393ee8f6cc4e98b6e1ebfd5aad8f4;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=c288ae6a4f0c59f7cc43baefd164e24a57d09ee6;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/linux/mmc/mmc.h b/include/linux/mmc/mmc.h index c288ae6a4..8d30b2a72 100644 --- a/include/linux/mmc/mmc.h +++ b/include/linux/mmc/mmc.h @@ -57,7 +57,6 @@ struct mmc_data { unsigned int timeout_clks; /* data timeout (in clocks) */ unsigned int blksz_bits; /* data block size */ unsigned int blocks; /* number of blocks */ - struct request *req; /* request structure */ unsigned int error; /* data error */ unsigned int flags; @@ -69,6 +68,9 @@ struct mmc_data { struct mmc_command *stop; /* stop command */ struct mmc_request *mrq; /* assoicated request */ + + unsigned int sg_len; /* size of scatter list */ + struct scatterlist *sg; /* I/O scatter list */ }; struct mmc_request {