aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mtd')
-rw-r--r--include/linux/mtd/nand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 1d90e4f82bcf..6bdad331cee4 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -630,6 +630,7 @@ struct platform_device;
630 * ALE/CLE/nCE. Also used to write command and address 630 * ALE/CLE/nCE. Also used to write command and address
631 * @write_buf: platform specific function for write buffer 631 * @write_buf: platform specific function for write buffer
632 * @read_buf: platform specific function for read buffer 632 * @read_buf: platform specific function for read buffer
633 * @read_byte: platform specific function to read one byte from chip
633 * @priv: private data to transport driver specific settings 634 * @priv: private data to transport driver specific settings
634 * 635 *
635 * All fields are optional and depend on the hardware driver requirements 636 * All fields are optional and depend on the hardware driver requirements