]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/lightnvm.h
lightnvm: add fpg_size and pfpg_size to struct nvm_dev
[mirror_ubuntu-artful-kernel.git] / include / linux / lightnvm.h
index 38814e262872308d3fbe93b09448962e88d81500..f7c607f96858706db7db55221d47ddf9a595b555 100644 (file)
@@ -323,6 +323,8 @@ struct nvm_dev {
        int sec_per_pg; /* only sectors for a single page */
        int pgs_per_blk;
        int blks_per_lun;
+       int fpg_size;
+       int pfpg_size; /* size of buffer if all pages are to be read */
        int sec_size;
        int oob_size;
        int mccap;