]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/mtd/nftl.h
UBI: add ubi_sync() interface
[linux-2.6-omap-h63xx.git] / include / linux / mtd / nftl.h
index bcf2fb3fa4a786300ca2a3d23e470bd25843faa2..001eec50cac6d12c12e3362ef1ca9687400357b8 100644 (file)
@@ -43,6 +43,11 @@ struct NFTLrecord {
 int NFTL_mount(struct NFTLrecord *s);
 int NFTL_formatblock(struct NFTLrecord *s, int block);
 
+int nftl_read_oob(struct mtd_info *mtd, loff_t offs, size_t len,
+                 size_t *retlen, uint8_t *buf);
+int nftl_write_oob(struct mtd_info *mtd, loff_t offs, size_t len,
+                  size_t *retlen, uint8_t *buf);
+
 #ifndef NFTL_MAJOR
 #define NFTL_MAJOR 93
 #endif